I've created an automation that sends an email when an issue is updated.
Most of the fields in the email are displaying correctly but I cannot get the contents of the custom field "Menu Item" to display. I have tried:
{{issue.[Menu Item]}}
{{issue.Menu Item.name}}
{{issue.Menu Item.description}}
{{issue.Menu Item}}
{{issue.[Menu Item]}}
{{issue.[Menu Item].id}}
{{issue.Menu Item.displayName}}
{{issue.Menu Item.value}}
{{issue.Menu Item_00000}}
Any help would be appreciated.
Thanks
Neil
Hi @Refinement Services Support welcome to the community.
What is the type field of Menu Item?
The correct syntaxe would be {{issue.Menu Item.value}}
But the value, depends on the custom field type and project type.
You can use this doc to learn how to find a smart value in your instance https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
Waiting for your answer to contine helping you
Patricia.
Thanks. It actually started working this morning. Maybe it just needed a good nights sleep.
Thanks for the reply.
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.