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.
Hello,
I've created a custom "People" field in an Epic Issue called "Producer", and I want an e-mail to be sent as soon as a task is moved to the assigned person in that field. Assigning the person works just fine.
I've tried accessing the smart-value in the Automations, using:
{{issue.epic.Producer.emailAddress}}
I've also tried ".displayName" and no suffix. However I try, it returns empty.
How can I access that field? {{issue.epic.reporter.emailAdress}} works just fine, so I know it can be done using that particular field, but not the custom field that I want.
I'm using a Team Managed board, if that makes any difference.
All the best
Hi @Andreas Hedlund ,
please try the following smart value:
{{issue.Producer.emailAddress}}
As your automation rule already starting from an epic (so the context of {{issue}} already is the epic) you would not need to add "epic" additionally.
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.