When sending mail with Jira automation, I can use {{employee.displayName}} to automatically display the employee's name.
I want to display the due date in Jira automation mail like this, but which smartvalue should I use?
@min you can use {{issue.dueDate.format("dd/MM/yyyy")}}
also you can refer to this page for more context about using smart values with dates https://support.atlassian.com/cloud-automation/docs/examples-of-using-smart-values-with-dates/
Hi @min -- Welcome to the Atlassian Community!
The smart values are mostly listed on the documentation pages: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/
To learn all supported smart values for your issues, please use the how-to article linked below. Smart values are name, spacing, and case-sensitive, and they often do not match the field display name on the screen pages. This how-to will often help when you have custom fields.
https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.