Using custom fields directly in the ticket subject isn't straightforward in Zendesk. While you can use placeholders like{{ticket.title}}
and{{ticket.ticket_field_ticketID}}
in macros, these don't work with triggers for modifying the subject. However, you can explore using the Update Ticket API and HTTP Targets to achieve similar results.
For more information on using placeholders, refer to theZendesk Support placeholders reference.
You can add the ticket ID to the email subject in Zendesk by using placeholders in business rules. While you can't directly modify the ticket subject itself, you can include the ticket ID in the email subject for updates sent to users. To do this,…
Changing the ticket subject format directly in Zendesk isn't natively supported, but there is a workaround. You can use a combination of the Update Ticket API, an HTTP Target, and Triggers to automatically update the ticket subject. This involves…
The placeholder for adding the ticket ID in Zendesk is{{ticket.id}}
. This placeholder can be used in triggers or automations to include the ticket ID in email subjects for updates sent to users. It's a handy way to ensure that the ticket ID is…