To reset drop-down field values for follow-up tickets in Zendesk, you need to create a trigger that replaces the previous tag value of the custom fields. When a follow-up ticket is created, it inherits all the original ticket data, including…
Unfortunately, numeric and text fields cannot be automatically cleared when creating follow-up tickets in Zendesk. While you can reset drop-down and checkbox fields by manipulating tags, numeric, decimal, single line, and multi-line text fields…
Creating a trigger to reset ticket fields in Zendesk involves setting specific conditions and actions. First, create a trigger and set the conditions to 'Ticket is Created' and 'Ticket Channel is Closed ticket'. Then, under actions, set 'Ticket…
Follow-up tickets in Zendesk inherit field values because they carry over all data from the original ticket, including custom fields and tags. This is designed to maintain continuity and context from the original ticket. However, this can be…
Managing multi-select field tags in follow-up tickets requires setting up a trigger to clear these tags. You can create a trigger with conditions that check if the ticket is a follow-up and if the multi-select field has values. Then, use an…