Supported Smart Values

1

{{issue.description}}

Returns the content in the issue's Description field.

Lorem ipsum dolor sit amet.

2

{{issue.key}}

Returns the issue's key, which is a unique identifier comprised of the project key and the issue's number. For example, PROJ-123

ABC-123

3

{{issue.project.name}}

Returns the name of the project this issue is a part of.

My new project

4

{{issue.status}}

Returns the issue's status key

10000

5

{{issue.status.name}}

Returns the issue's status name

Done

6

{{issue.summary}}

Returns the issue's summary

As a user I would like to log in

7

{{issue.issueType.name}}

Returns the issue's type, for example Story, Bug, or Task.

Story

8

{{issue.updated}}

Returns the date the issue was updated. Can be combined with other date and time smart values.

2022-09-29T11:26:07.3+0000

9

{{issue.Story Points}}

Returns the issue's story point estimate (company-managed Jira Software Cloud only).

123.0

10

{{issue.Story point estimate}}

Returns the issue's story point estimate (team-managed Jira Software Cloud only).

123.0

11

{{issue.created}}

Returns the issue's creation date.

2022-09-29T11:26:07.3+0000

12

{{issue.duedate}}

Returns the issue's due date.

2022-09-29T11:26:07.3+0000

13

{{issue.assignee.displayName}}

Returns the issue's assignee.

John Doe

14

{{issue.reporter.displayName}}

Returns the issue's reporter.

Jane Doe

15

{{issue.[Custom Field]}}

Returns the value of a custom field.

123

16

{{issue.epic.key}}

Returns the epic's key, e.g. PROJ-213

ABC-1

17

{{issue.epic.summary}}

Returns the epic’s summary.

My new epic

18

{{issue.epic.status.name}}

Returns the epic's status, e.g. In progress

To Do

19

{{issue.epic.[Custom Field]}}

Returns the value in an epic's custom field. For example, if the epic has a custom field called Initiative, then {{issue.epic.Initiative}} will return the value in the Initiative field.

456

20

{{issue.Request Type.requestType.name}}

Returns the customer request type.

Emailed request

21

{{issue.Request Type.currentStatus.status}}

Returns the status of the current request.

Waiting for support

22

{{issue.Customer Request Type}}

Returns the customer request type for older Jira instances.

Emailed request

23

{{issue.url}}

Returns the URL of the issue.

https://base-url.atlassian.net/browse/ABC-123

24

{{issue.url.customer}}

Returns the customer portal URL (for Jira Service Management requests)

https://base-url.atlassian.net/servicedesk/customer/portal/1/ABC-123

25

{{issue.parent.key}}

Returns the issue key of the subtask's parent issue.

ABC-3

26

{{issue.parent.priority.name}}

Returns the priority of the subtasks's parent issue.

Medium

27

{{issue.parent.Epic Link}}

Returns the issue key of the parent issue's epic.

ABC-4

28

{{issue.parent.epic.summary}}

Returns the summary of the parent issue's epic.

My new epic

29

{{issue.timetracking.timespent}}

Returns the amount of time that has been logged on the issue in the Time spent field.

3w 3h

30

{{issue.timetracking.remainingestimate}}

Returns the value in the Time remaining field.

0m

31

{{baseUrl}}

Prints the url of the Jira instance.

https://base-url.atlassian.net