Hi everyone,
I am unable to display value from custom field on an email notification via Automation.
Field Name: Beneficiary Team (Field Type: Select List (single choice)
FieldId: 12010
on the automation email, i set the following:
* Beneficiary Team: <a> {{issue.Beneficiary Team_12010}} </a>
* Beneficiary Team: <a> {{issue.12010.value}} </a>
* Beneficiary Team: <a> {{issue.Beneficiary Team}} </a>
* Beneficiary Team: <a> {{issue.Beneficiary Team.value}} </a>
* Beneficiary Team: <a> {{issue.field_Beneficiary Team.value}} </a>
* Beneficiary Team: <a> {{issue.field_12010.value}} </a>
* Beneficiary Team: <a> {{issue.field_12010}} </a>
But not able to get any results on my email.
Hi @Joao Borges
Thank you for reaching out to the Atlassian community!
Please try to use as below in the email body and see if you get the value of the field.
{{issue.customfield_10252.value}} |
Thanks
@S Naveen Kumar no luck. I tried the above yesterday as well while performing my tests and value is not displaying.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you please share the whole Automation rule here to check?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Joao Borges ,
Could you try as below within the email body?
I think the above should help you get the values of the beneficiary team.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@S Naveen Kumar thank you , it worked. Funny how I have tried so many options and no luck !!! I appreciate your help
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.