Hi there,
I'm trying to send a customize email and I have been trying to add Affects versions to the email body. I have refereed to the below guideline however I couldn't find "Affects versions" place holder.
https://support.atlassian.com/jira-software-cloud/docs/smart-values-general/
P.S.:
I have tried below variation no luck so far:
{{issue.versions.first.releaseDate}}
{{issue.affectedVersion}}
{{issue.versions.name}} gets the job done for me.
It's listed in the reference you referred to. A quick CTRL+F for anything containing version helped me find it. :)
This should work: {{issue.fields.versions.first.releaseDate}}
You might want to use shortdate function or something else.
If might find this presentation about automation useful to you: https://bit.ly/2VKW7TD
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.