Standard variables reference
These standard variables represent core issue data like summary, description, and status. They are already pre-declared in SIL. When your script runs in an issue context, you can use these variables directly without specifying an issue. However, outside of issue context, you must explicitly reference the issue context.
Never redefine Jira's built-in field names as variables in your code, as this will override their original functionality and cause hard-to-detect errors in your scripts.
Variable | Aliases | SIL type | Read-only | Explanation |
|---|---|---|---|---|
|
|
| The affected versions field of the issue Attempts to add an invalid value are ignored. | |
| none |
| Username of the assignee of the issue Represents the user key, not the real name. | |
|
|
| The filenames of the attachments | |
|
|
| The components of the issue Attempts to add an invalid value are ignored. | |
| none |
| Timestamp of the date when the issue was created | |
|
|
| The description of the issue | |
|
|
| The due date of the issue | |
|
|
| Remaining estimate Only works if Time Tracking is enabled at the project level in Jira. | |
|
|
| The environment of the issue | |
|
|
| Target fix versions of the issue Attempts to add an invalid value are ignored. | |
| none |
| Internal issue ID | |
| none |
| Username of the creator Represents the user key, not the real name. | |
|
|
| The name of the issue type | |
| none |
| The ID of the issue type | |
| none |
| The issue key | |
| none |
| The labels of the issue | |
|
|
| The original estimate of the issue Only works if Time Tracking is enabled at the project level in Jira. | |
| none |
| The parent issue key | |
| none |
| The ID of the parent issue | |
|
|
| The name of the issue priority level | |
| none |
| The ID of the issue priority level | |
|
|
| The project key | |
| none |
| The internal ID of the project | |
| none |
| Username of the reporter Represents the user key, not the real name. | |
|
|
| The name of the resolution state When set, it will also modify the resolution date. | |
|
|
| The ID of the resolution state When set, it will also modify the resolution date. | |
| none |
| The current resolution date If the resolution is modified, the date will also be updated. | |
|
|
| The name of the security level | |
|
|
| The ID of the security level | |
| none |
| The name of the current status | |
| none |
| The ID of the current status | |
| none |
| The summary of the issue | |
|
|
| Total logged time on the issue Only works if Time Tracking is enabled at the project level in Jira. | |
| none |
| Last update timestamp The value changes automatically when:
It will update automatically after the current transition. | |
| none |
| The number of votes this issue has | |
| none |
| The usernames of the watchers of the issue | |
|
|
| The workflow scheme name applied to the issue | |
| none |
| The workflow Scheme ID applied to the issue |
The project and issue type, and the workflow and status variables can only be changed with the moveIssue function.
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
