...
When the template is used and a ‘Create issue’ dialogue is prompted, the correct values automatically replace the variable's placeholders.
...
Configuration
System variables are configured through the ‘Default values’ tab in the template configuration.
To insert a variable into an issue field, enter '/' into one of the supported fields. Start typing to find the required variables faster.
...
List of supported system variables
Variable | Description | Value Example | Context |
---|---|---|---|
$CURRENT_USER_ACCOUNT_ID | Account ID of the currently logged in user | 562658:342fc226-3c34 |
|
$CURRENT_USER_NAME | Name of the currently logged in user | Tom West |
|
$PROJECT_KEY | Key of the project | DEV |
|
$PROJECT_NAME | Name of the project | Development |
|
$PROJECT_LEAD_NAME | Name of the project lead | Tom West |
|
$PROJECT_LEAD_ACCOUNT_ID | Account ID of the lead of the project | 562658:342fc226-3c34 |
|
$TODAY | Current date | 16.09.22 |
|
$CURRENT_TIME | Current Time | 01:16 |
|
$TOMORROW | Tomorrow | 17.09.22 |
|
$NEXT_WEEK | Next week (current day + 7 days) | Today: Next week: |
|
$WEEK_OF_YEAR | Current week’s number | 37 |
|
$PARENT_KEY | Key of the parent issue | subtask templates only | |
$PARENT_SUMMARY | Summary of the parent issue | New feature request | subtask templates only |
$PARENT_ISSUETYPE | Issue type of the parent issue | Task | subtask templates only |
$PARENT_STATUS | Status of the parent issue | Done | subtask templates only |
$PARENT_PRIORITY | Priority of the parent issue | Medium | subtask templates only |
$PARENT_DUE_DATE | Due date of the parent issue | 2020-01-31 | subtask templates only |
$PARENT_CUSTOMFIELD | Value of any custom field of the parent issue. Pattern to use it : $PARENT_CUSTOMFIELD_ID | any value | subtask templates only |
Configuration
System variables are configured through the ‘Default values’ tab in the template configuration.
To insert a variable into an issue field, enter '/' into one of the supported fields. Start typing to find the required variables faster.
...