Variables
Use variables to customize your Jira issue templates, and manage your board even better. Make sure each tasks is properly named, and has correct data in it.
Variables: placeholders that represent dynamic values used in various contexts, such as issues, workflows, automation rules, filters, and reports.
Customize your issue templates with variables. Thanks to this option, all your issues can be updated with the necessary variables.
Suppported variables
Currently, we support variables for text fields: Summary, Description, custom field paragraph (supports rich text), custom field short text (plain text only)
🔜 More variables supported coming soon.
$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
✅
Result 🎉
1️⃣ step:
2️⃣ step:
Last updated