Replacement variables

Following text will be converted to the corresponding issue values

Replacement VariableRendering
{issue.key}The issue key, e.g. JSP-53
{issue.link}A link to the issue, in the form of http://my.jira.instance/jira/browse/JSP-53
{issue.assignee.id}The username of the assignee
{issue.assignee.name}The Display name of the assignee
{issue.reporter.id}The username of the reporter
{issue.reporter.name}The display name of the reporter
{issue.creator.id}The username of the creator
{issue.creator.name}The display name of the creator
{issue.voters.name}The display names, comma delimited, of all voters
{issue.watchers.name}The display names, comma delimited, of all watchers
{issue.affectedVersions}The comma delimited list of all affected versions
{issue.fixVersions}The comma delimited list of all fix versions
{issue.estimate}Pretty printed estimation (e.g. 7d 5h 30m)
{issue.originalEstimate}Pretty printed Original Estimate (e.g. 7d 5h 30m)
{issue.timeSpent}Pretty printed Time Spent (e.g. 7d 5h 30m)
{issue.created}The date and time the issue was created
{issue.due}The due date for this issue
{issue.resolutionDate}The date this issue was resolved
{issue.updated}The date and time of the last update for this issue
{issue.components}The comma delimited list of all components
{issue.labels}The comma delimited list of all labels
{issue.type}The name of the issue type
{issue.project.id}The key of the project, e.g. JSP
{issue.project.name}The name of the project, e.g. JIRA Service Team
{issue.summary}The summary of the issue
{issue.description}The description of the issue
{issue.status}The name of the status of the issue
{issue.priority}The name of the priority of the issue
{issue.resolution}The resolution name of the issue. If the issue is not yet resolved, returns 'Unresolved'
{issue.parent.key}The issue key of the parent issue
{issue.parent.summary}The summary of the parent issue
{issue.environment}The environment for this issue
{issue.votes.count}The number of votes for this issue
{issue.watches.count}The number of watchers for this issue
{issue.customfield_xxxxx}Replace the 'xxxxx' with the id of the custom field, e.g. customfield_10101. Currently all standard fields of JIRA are supported. If you want support for other custom fields, please open an enhancement request via the issue tracker. The value of the custom field will be printed.