Variables
Customize your templates and manage your board like a pro.
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).
$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 configure variables in templates?
Step 1:

Step 2:

Last updated
Was this helpful?