Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Current »

Advanced Details With Placeholders

You can use these dynamic "placeholders" to show the actual values that you want the recipient to see. The placeholders can be used in the notification subject, message, and footer, but also in Hipchat, Slack, or any REST-API call.

For issue specific placeholders, this is more interesting if you are using the EVENT trigger configuration. 


If you are using issue placeholders without the event trigger, it will choose the value from the first issue in the result set.


The supported placeholders:

Place holder

Issue placeholder

Description

${username}NoGives you the JIRA username of the recipient. Note that this will not apply to external recipients!
${fullname}NoGives you the full name of the JIRA user recipient. Note that this will not apply to external recipients!
${emailaddress}NoGives you the email address of the user recipient.
${summary}YesGives you the issue summary of the first issue in the notification. Handy in event mode!
${key}YesGives you the issue key of the first issue in the notification. Handy in event mode!
${created}YesGives you the issue created date of the first issue in the notification. Handy in event mode!
${updated}YesGives you the issue updated date of the first issue in the notification. Handy in event mode!
${assignee}YesGives you the issue assignee of the first issue in the notification. Handy in event mode!
${assignee.username}YesGives you the issue assignee username of the first issue in the notification. Handy in event mode!
${assignee.fullname}YesGives you the issue assignee of the first issue in the notification. Handy in event mode!
${assignee.emailaddress}YesGives you the issue assignee email address of the first issue in the notification. Handy in event mode!
${issuetype}YesGives you the issue type of the first issue in the notification. Handy in event mode!
${priority}YesGives you the issue priority of the first issue in the notification. Handy in event mode!
${project}YesGives you the project for the issue of the first issue in the notification. Handy in event mode!
${reporter}YesGives you the reporter of the first issue in the notification. Handy in event mode!
${reporter.username}YesGives you the issue reporter username of the first issue in the notification. Handy in event mode!
${reporter.fullname}YesGives you the issue reporter of the first issue in the notification. Handy in event mode!
${reporter.emailaddress}YesGives you the issue reporter email address of the first issue in the notification. Handy in event mode!
${status}YesGives you the status of the first issue in the notification. Handy in event mode!
${resolution}YesGives you the resolution of the first issue in the notification. Handy in event mode!
${description}YesGives you the description of the first issue in the notification. Handy in event mode!
${environment}YesGives you the environment of the first issue in the notification. Handy in event mode!
${affected_versions}YesGives you the affected versions of the first issue in the notification. Handy in event mode!
${fix_versions}YesGives you the fix versions of the first issue in the notification. Handy in event mode!
${components}YesGives you the components of the first issue in the notification. Handy in event mode!
${labels}YesGives you the labels of the first issue in the notification. Handy in event mode!
${event.type}NoIn event mode, you can use the event type like "updated" or "commented" in your notifications. Only available in event mode.
${event.username}NoIn event mode, you can set the username of the user firing this event. Only available in event mode.
${event.fullname}NoIn event mode, you can set the full name of the user firing this event. Only available in event mode.
${lastcomment.body}YesGives you the body of the last comment on the issue of the first issue in the notification. Handy in event mode!
${lastcomment.time}YesGives you the time of the last comment on the issue of the first issue in the notification. Handy in event mode!
${lastcomment.author}YesGives you the author of the last comment on the issue of the first issue in the notification. Handy in event mode!
${<customfield-name>}YesGives you a custom field value from a supported custom field. Replace <customfield-name> with the specific Custom Field Name.

${customfield_XXXXX}

YesGives you a custom field value from a supported custom field. Replace XXXXX with the specific Custom Field ID.
${jql}NoGives you the JQL configured for the notification
${notification.name}NoGives you the name of the notification
${notification.id}No

Gives you the ID of the notification. Useful for creating links back to the notification for troubleshooting.

 VERSION 6.3.0+

${notification.jql}NoGives you the JQL configured for the notification
${notification.description}NoGives you the description of the notification
${baseUrl}No

Gives you the Base URL of Jira with the context path. Useful for creating links to content in Jira.

VERSION 6.3.0+

${issuecount}NoTotal number of issues in the Notification.
  • No labels