I have a dropdown named Priority it has values as high,low, medium
when users selects any value from drop down a email notification is send from Jira Service Management. But in the email the value is shown as 1 instead of high. we are using Automation to send the email notification.In the email template i am using this code snippet {{issue.priority}}.
I need to get the selected value in the email instead of key.
Any help will be appreciated.
Thanks.
can you try this
<p><b><font color="blue">Priority: </b></font>{{issue.priority.name}}
my font color is blue but you can chose whatever you like, its the issue.priority.name that should return the correct values.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.