Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Michael Webb backup's Avatar

Michael Webb backup

Beigetreten 11. Juli 2023

·

Letzte Aktivität 02. Okt. 2023

Folge ich

0

Follower

0

Gesamtaktivitäten

8

Stimmen

0

Abonnements

3

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von Michael Webb backup

Michael Webb backup hat einen Kommentar hinterlassen

KommentarUsing themes and customizing your Help Center

Hi Pulkit Pandey.

Yes. Effectively I would be inside of the section already where I can see the titles of its articles. I would want to turn the title of the section I'm in into a clickable link that would take me to its associated website.

Kommentar anzeigen · Gepostet 02. Okt. 2023 · Michael Webb backup

0

Follower

0

Stimmen

0

Kommentare


Michael Webb backup hat einen Kommentar hinterlassen

KommentarUsing themes and customizing your Help Center

I want to turn the title of a section that, when clicked, will redirect to a separate site. Is this possible?

Kommentar anzeigen · Gepostet 28. Sept. 2023 · Michael Webb backup

0

Follower

0

Stimmen

0

Kommentare


Michael Webb backup hat einen Post erstellt

Post Developer - Zendesk APIs

I'm currently attempting to use liquid markup to remove from the ticket.tags array all instances of ":clone" from all present tags. 

{% assign cloned_tags = ticket.tags %}
{% assign tags_without_text = cloned_tags | remove: ":clone" %}
{% assign ticket_tags = tags_without_text%}
{% assign tags= ticket_tags%}

This code achieves this perfectly but once I attempt to assign the edited tags to {{ticket.tags}} either through API or elsewhere, it doesn't work. Does anyone know why this might be and or how to solve this?

Gepostet 11. Juli 2023 · Michael Webb backup

1

Follower

3

Stimmen

1

Kommentar


Michael Webb backup hat einen Kommentar hinterlassen

Community-Kommentar Q&A - Objects, workspaces, and rules

I'm also curious on this. I want to dynamically edit a tag that comes in on ticket creation to remove a specific part of its text, specifically the ":clone" in "department:clone". I'm also attempting to use liquid to achieve this but the changes refuse to get applied to the {{ticket.tags}} array

Kommentar anzeigen · Gepostet 11. Juli 2023 · Michael Webb backup

0

Follower

0

Stimmen

0

Kommentare


Michael Webb backup hat einen Kommentar hinterlassen

KommentarBusiness rules

Hi,

 

I'm currently attempting to assign to the ticket.tags placeholder corrected text for one of the tags via liquid implementation to webhook.

{% assign cloned_tags = ticket.tags %}
{% assign tags_without_text = cloned_tags | remove: ":clone" %}
{% assign ticket_tags = tags_without_text%}
{%assign ticket.tags=tags%}

{{tags_without_text}}
{{tags}}
{{ticket.tags}}

Barring the {{ticket.tags}} the other placeholders do correctly display all tags with all instances of :clone being removed thought it is the final one that I really want to change as that actually impacts the tickets

I understand that I need to get this all in one line for a webhook but all of my attempts have been fruitless. Does anyone know how to format this in such way that it can be properly pushed to JSON, work and alter the {{ticket.tags}} placeholder

Kommentar anzeigen · Gepostet 11. Juli 2023 · Michael Webb backup

0

Follower

0

Stimmen

0

Kommentare