Hello,
I try to set up an email alert, and I can set all the built in fields in the email, but I can't achieve to set the custom field's value in the email.
eg:
<b>{{issue.key}} - {{issue.summary}} </b>
Sprintready: {{issue.[10045].Value}}
SLA priority: {{issue.[SLA Priority].defaultValue}}
In this example issue key and summary are returned fine, but sprint readiness (multiselect searcher) or SLA priority (text field single line) remains empty, not showing any value.
Would anyone be so kind to help me out what would be the proper form to use in this case?
Kind regards,
Zsuzsi
Hi @Asszonyi Zsuzsanna You'll want to make the following changes:
{{issue.customfield_10045.Value}}
{{issue.SLA Priority}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.