...
Variables with the same name as a field are mapped to those fields. For multi-word fields, you can write the words without spaces, or place a _ between each word:
affectsVersions
oraffects_Versions
.Many commonly used variations of field names are mapped to the corresponding field.
In addition to Jira fields, some variable names are automatically mapped to common Structure attributes. See Structure AttributesAttributes and global flex fields.
Tip |
---|
When naming variables:
|
...
Jira Field | Standard Variable Name | Type | Notes |
---|---|---|---|
Affects Version/s |
| Array<Version> | |
Assignee |
| ||
Components |
| Array<Component> | |
Created |
| Number (Date/Time) | |
Creator |
| ||
Description |
| Text | |
Due Date |
| Number (Date) | |
Environment |
| Text | |
Epic |
| Text | Works for company-managed and team-managed projects |
Epic Link |
| Text | Only works in company-managed projects |
Fix Version/s |
| Array<Version> | Can also use: versions |
Key |
| Text | Can also use: issueKey |
Issue ID |
| Number | |
Issue Type |
| ||
Labels |
| Array<String> | |
Last Comment |
| ||
Original Estimate |
| Number (Duration) | |
Priority |
| Text | |
Project |
| ||
Remaining Estimate |
| Number (Duration) | |
Reporter |
| ||
Resolution |
| Text | |
Resolved |
| Number (Date/Time) | Can also use: resolutionDate |
Sprint |
| ||
Status |
| ||
Status Category |
| Text | |
Summary |
| Text | |
Time Spent |
| Number (Duration) | |
Updated |
| Number (Date/Time) | |
Work Logs (Jira) |
| Array<Work Logs (Jira)> | |
Work Logs (Tempo) |
| Array<Work Logs (Tempo)> |
Anchor | ||||
---|---|---|---|---|
|
...
Variable Name | Type | Results |
---|---|---|
| Text | Returns the item type plus the item ID. Ex. "issue/10800" |
| Text | Returns the item type: issue, project, user, folder, etc. |
| Number (Integer) | Returns the level of the item within the structure's hierarchy. Can also use: depth |
| Number (Boolean) | Returns a '1' if the issue is Done; otherwise, '0' |
Anchor | ||||
---|---|---|---|---|
|
The following variables are automatically mapped to global flex fields.
Global Flex Field | Variable Name | Type |
---|---|---|
Number |
| Number |
Notes |
| Text |
Item End Date |
| Number (Date/Time) |
Item Start Date |
| Number (Date/Time) |