You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.