{{ 'create.ticket.priority' | i18n }}:
{{template.priority | localizeLabel: 'priority':'task'}}
{{ 'template.details.title' | i18n }}:
{{template.summary ? template.summary : ('common.labels.noneSet' | i18n)}}
{{ 'template.details.description' | i18n }}:
{{template.desc ? template.desc : ('common.labels.noneSet' | i18n)}}
{{ 'common.labels.supportGroup' | i18n}}:
{{(template.supportGroup.name) ? template.supportGroup.name : ('common.labels.noneSet' | i18n) }}
{{ 'categorization.title' | i18n }}
{{ 'categorization.' + categorization.name | i18n }}
{{ 'categorization.noneSet'| i18n }} {{tier}} >
{{ 'task.details.jobType' | i18n }}:
{{template.templateObject.jobType}}
{{ 'task.details.jobVersion' | i18n }}:
{{template.templateObject.jobVersion}}
{{ 'task.details.jobID' | i18n }}:
{{template.templateObject.jobID}}