If your email notification says 'Untitled ticket', it's likely because the ticket has no public comments.
When using the placeholder{{ticket.title}}
in a trigger or automation, it will display as 'Untitled ticket' if the ticket is private, meaning it has no public comments. Private tickets are not visible to end users, so Zendesk does not include information from these tickets in notifications. To fix this, ensure there is at least one public comment on the ticket. For more details, check out theoriginal article.
To ensure your ticket title appears in email notifications, make sure the ticket has at least one public comment. The placeholder{{ticket.title}}
will not render the ticket subject if the ticket is private, which happens when there are no public…
A private ticket in Zendesk is one that has no public comments and is invisible to end users. Private tickets are not included in notifications sent to end users, which is why placeholders like{{ticket.title}}
may display as 'Untitled ticket'….
The placeholder{{ticket.title}}
may not work if the ticket is private, meaning it has no public comments. In such cases, the placeholder will display as 'Untitled ticket' because private tickets are not visible to end users. To resolve this,…
To make a Zendesk ticket visible to end users, add at least one public comment to the ticket. Tickets without public comments are considered private and are not visible to end users. By adding a public comment, the ticket becomes public, allowing…