...
Parameter | Type | Description |
---|---|---|
${slaDescription} | String | Name of the SLA |
${dateTool} | DateTool can be used to format dates. (v7.7.0+) Example:
| |
${dateTimeFormatter} | DateTimeFormatter can be used to format dates with predefined formats in Jira. (v7.7.0+) Example
| |
${slaValue} | String | SLA value as a time string |
${slaStartDate} | String | Start time of the SLA |
${slaEndDate} | String | End time of the SLA |
${slaNotifyBefore} | String | Notify before parameter in notification settings |
${originStatus} | String | Origin status name, null if origin is not set by status |
${targetStatus} | String | Target status name, null if target is not set by status |
${slaExceeded} | Boolean | Indicates whether or not SLA is exceeded Example:
|
${slaRemainingTime} | String | Remaining duration of SLA (i.e. 1h 30m) |
${slaOverdue} | String | Overdue duration of SLA (i.e. 1d 10h) |
${issue} | Issue object to retrieve various issue attributes (e.g. | |
${customFieldManager} | CustomFieldManager could be used to insert custom field values into e-mail text Example:
| |
${http://issue.priority.name} | Get priority information | |
| Get link information |
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Tip for Template Variables: In some cases, custom fields or other fields on the issue may have a null value, resulting in variable names being displayed in email content.To prevent this, put an ! after $ sign on a variable name like this:
|
🤔 How can I format dates with a custom time zone?
You can change the time zone of the dateTimeFormatter provided in the notifier context.
...