Variables
Variables are placeholders that represent dynamic values used in various contexts, such as issues, workflows, automation rules, filters, and reports. By customizing your issue templates with variables, you can ensure that all of your issues are updated regularly.
Supported variables
Currently, we support variables for text fields: Summary, Description, custom field paragraph (supports rich text), custom field short text (plain text only).
| Variables | Evaluted | Parent template | Child template |
|---|---|---|---|
| $CURRENT_LOGGED_USER_NAME | Display the name of the user who opens the Create issue dialog. | β | β |
| $CURRENT_LOGGED_USER_MAIL | Display the email address of the user who opened the Create issue dialog. β οΈ It can be empty if the app doesnβt have access to this email. | β | β |
| $TODAY | Current day | β | β |
| $CURRENT_TIME | Current time | β | β |
| $TOMORROW | Tomorrow | β | β |
| $NEXT_WEEK | Next week | β | β |
| $NEXT_MONTH | Next month β οΈ Pay attention to the February, 29th or every month, 31st. | β | β |
| $WEEK_OF_YEAR | Current week number | β | β |
| $PARENT_ISSUE_KEY | The key of the Parent issue. | N/A | β |
| $PARENT_SUMMARY | Summary of the parent issue | N/A | β |
| $PARENT_DESCRIPTION | Description of the parent issue | N/A | β |
| $PARENT_REPORTER | Reporter of the parent issue | N/A | β |
| $PARENT_ASSIGNEE | Assignee of the parent issue | N/A | β |
| $PARENT_PRIORITY | Priority name of the parent issue | N/A | β |
| $PARENT_DUE_DATE | Due date of the parent issue | N/A | β |
How to use variables in templates?
Adding dynamic data to a Jira issue template is a simple process done during the design phase. By using a specific syntax, any supported field - such as a Summary or Description - can be transformed into a live data point.
To use a variable, these steps are performed:
- Select the specific field within the template configuration where the dynamic information is needed.
- Type the name of the variable, starting with the $ symbol (for example, $CURRENT_TIME).
- Save the template.
When the Jira ticket template is applied, the system identifies the placeholder and replaces it with the corresponding real-time value. This method allows for high-precision Jira templates that adapt to the specific context of every new task without manual updates.