Field codes (read-only)

This page lists all available field codes for read-only fields.

Some of those fields are virtual fields or system fields which can only be used in JWT.

Field name Field code Example output Output data type
Jira base URL

%{system.baseUrl}

https://www.atlassian.net/jira

text

Project lead's full name

%{issue.project.lead.displayName}

Bob Smith

text

Creator's full name

%{issue.creator.displayName}

Bob Smith

text

Current user's email

%{system.currentUser.email}

user@example.com

text

Remote links

%{issue.remoteLinks}

https://www.first-example.com,

https://www.second-example.com

text

Recent attachments

%{issue.recentAttachment}

Screenshot 2022-03-02 at 08-34-53 - Jira Workflow Toolbox Cloud - Global Site.png

Text

Last commenter

%{issue.lastComment.author}

admin.istrator

text

Project lead's email

%{issue.project.leadEmail}

user@example.com

text

Project type

%{issue.project.type}

Service

text

Component leads

%{issue.components.leads}

admin, d.smith

text

Assignee's full name

%{issue.assignee.displayName}

Bob Smith

text

Affects version/s with details

%{issue.versions.details}

1.0 # First release # RELEASED ON 28/Mar/22 12:00 AM # ARCHIVED

Text

Sprint end date

%{issue.sprintEndDate}

2020-02-17 07:46

text

Reporter's email

%{issue.reporter.email}

user@example.com

text

Sprint completion date

%{issue.sprintCompletionDate}

2020-02-17 07:46

text

Workflow scheme

%{issue.workflowScheme}

Global scheme

text

Assignee's email

%{issue.assignee.email}

user@example.com

text

Project lead

%{issue.project.lead}

admin.istrator

text

Current user's full name

%{system.currentUser.displayName}

Bob Smith

text

Number of linked issues

{issue.links.count}

3

number

Date and time of creation

%{issue.created}

19/Mar/20 1:38 PM

text

Previous issue status

%{issue.status.previous}

Closed

text

Keys of linked issues

%{issue.links}

CRM-13, HR-12, SDESK-45

text list

Keys of sub-tasks

%{issue.subtasks}

CRM-23, CRM-26, CRM-31

text list

Recent attachments with details

%{issue.recentAttachment.details}

Team name

%{issue.teamName}

Team HR

Text

Current user

%{system.currentUser}

admin.istrator

text

Number of labels

{issue.labels.count}

3

number

Issue key

%{issue.key}

CRM-25

text

Project description

%{issue.project.description}

This is the CRM project.

text

Number of affects version/s

{issue.versions.count}

42

number

Customer Request Type Name

%{issue.customerRequestTypeName}


Text

Action response details

%{action.response.JMESPath}

PROJ 

text

Issue type

%{issue.issueType}

Bug

text

Attachments

%{issue.attachments}

file1.txt, readme.pdf, screenshot.png

text

Project key

%{issue.project.key}

CRM

text

Project URL

%{issue.project.url}

https://www.decadis.de/x

text

Project ID

%{issue.project.id}

10001

text

Creator

%{issue.creator}

admin.istrator

text

Date and time of last update

%{issue.updated}

Number of votes received

{issue.votes}

Number of attachments

{issue.attachments.count}

3

number

Project category

%{issue.project.category}

Archive

text

Number of sub-tasks

{issue.subtasks.count}

3

number

Issue status category

%{issue.status.category}

Done

text

Sprint start date

%{issue.sprintStartDate}

2020-06-08 12:10

text

Action response

%{action.response}

{"self": "https://your-domain.atlassian.net/jira/rest/api/3/project/10042","id": 10010,"key": "PROJ"} 

text

Number of fix version/s

{issue.fixVersions.count}

2

number

Attachments with details

%{issue.attachments.details}

file1.txt (text/plain, 5.14 KB), readme.pdf (application/pdf, 179.8 KB), screenshot.png (image/png, 5.449 KB)

text

Action status

%{action.status}

200

text

Reporter's full name

%{issue.reporter.displayName}

Bob Smith

text

Remaining issues in project

%{issue.remainingIssuesInProject}

CRM-1, CRM-2, CRM-3, CRM-4

text LIST

Date and time of last status change

%{issue.lastStatusChange}

19/Mar/14 1:38 PM

text

Current date and time

%{system.currentDateTime}

19/Mar/20 1:38 PM

text

Available target statuses

%{issue.status.achievable}

In Progress, Resolved, Closed

text

Date and time of resolution

%{issue.resolutionDate}

Creator's email

%{issue.creator.email}

user@example.com

text

Previous issue status category

%{issue.status.previousCategory}

Done

text

Sprint ID

%{issue.sprintId}

1

text

Fix version/s with details

%{issue.fixVersions.details}

1.0 # First release # RELEASED ON 28/Mar/22 12:00 AM # ARCHIVED

Text

Available transitions

%{issue.transition.achievable}

Start Progress, Resolve Issue, Close Issue

text

Project name

%{issue.project.name}