Ticketing Notification Template Tags

Summary

A list describing available template tags that can be used to fill ticket data into your ticketing email notifications.

Body

When editing a ticket notification template, the available ticket details are encapsulated by Template Tags that can be inserted into an email's Subject or Body. They appear in the editor wrapped in curly brackets, e.g.,  {{FieldName}}

All available fields for a ticketing notification template are present in the Template Tag dropdown. The available tags vary by notification template. 

See the Managing Ticketing Notification Email Templates article for details on using these tags in your ticketing app notification templates.

Available Ticketing Notification Template Tags

Templates that separate versions for ticketing users or requestors both support the listed tags

Built-in Conditional Content Template Tags

Several template tags include opening and closing markup when added to the template, e.g., {{#TemplateTag}}{{/TemplateTag}}. Admins must specify the content between brackets to display in the notification when the tag's condition is met.

For example, the IsKnowledgeBaseArticlePublic tag will add {{#IsKnowledgeBaseArticlePublic}}{{/IsKnowledgeBaseArticlePublic}} in the template. An admin could add text and other tags between the two tags thusly: 

{{#IsKnowledgeBaseArticlePublic}}<strong>Associated Knowledge Article:</strong> <a href="{{KnowledgeBaseArticleUrl}}"> {{KnowledgeBaseArticleSubject}}</a>
{{/IsKnowledgeBaseArticlePublic}}

If a publicly visible Knowledge Base article has been associated with a ticket, the following would appear in the notification:

Associated Knowledge Article: Network Printer Error

To learn more about configuring content using template tags, see the Conditional Content section of the Managing Ticketing Notification Email Templates article.

The following built-in conditional template tags are available in all templates:

  • HasCustomAttributes: {{#HasCustomAttributes}}{{/HasCustomAttributes}}
  • IsKnowledgeBaseArticlePublic: {{#IsKnowledgeBaseArticlePublic}}{{/IsKnowledgeBaseArticlePublic}} 
  • IsMultipleItems & IsNotMultipleItems
    • IsMultipleItems: {{#IsMultipleItems}}{{/IsMultipleItems}} The usual caret option does not work with IsMultipleItems, so use the IsNotMultipleItems tag instead
    • IsNotMultipleItems: {{#IsNotMultipleItems}}{{/IsNotMultipleItems}} When an action is taken on multiple tickets, you may conditionally show sections of a template using the IsMultipleItems tag. 
    • For example:
      {{UpdateCreatedUserFullName}} commented “{{{UpdateText}}}” on
      {{#IsMultipleItems}} multiple tickets.{{/IsMultipleItems}}
      {{#IsNotMultipleItems}  }the {{Title}} ticket.{{/IsNotMultipleItems}}

The following built-in conditional template tags are available in the Ticket Workflow Step Templates:

  • IsInitialNotification: {{#IsInitialNotification}}{{/IsInitialNotification}}
  • IsReminderNotification: {{#IsReminderNotification}}{{/IsReminderNotification}}

Details

Details

Article ID: 33516
Created
Wed 7/19/17 1:22 PM
Modified
Wed 4/8/26 8:24 PM

Related Articles

Related Articles (1)

This document outlines the usage of Notification Templates in the TeamDynamix application suite.