Notification Parameters

This page is about Time to SLA for Jira Cloud. Using Jira On-Prem? Click the On-Prem button above.

SLA notifier templating is based on Velocity templating engine. Check out some of Time to SLA’s notifier parameters that you can use:

Parameter

Type

Description

Parameter

Type

Description

$baseUrl

String

Jira base Url

$slaDescription

String

Name of the SLA

$slaValue

String

SLA value as a time string

$slaStartDate

String

Start time of the SLA

$slaEndDate

String

End time of the SLA

$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

slaTargetDate

String

Target date of the SLA

$issue.key

String

Issue key (e.g. ABC-123)

$issue.summary

String

Summary of the issue

${issue.fields.reporter.displayName}

String

Reporter information

${issue.fields.priority.name}

String

Priority information

${issue.fields['customfield_10004'][*].name}

String

Organizations custom field

${issue.fields.duedate}

String

Due date information

${issue.fields.assignee.displayName}

String

Assignee information

${baseUrl}/browse/${issue.key}

String

Link information

$issue.fields.content[0].content.text

String

Slack notification parameter for description