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 successfully created an automation which sends a message to the Reporter of an issue to create an assignment for the Assignee of the issue, however, the names do not display in the email. I know I have the JQL wrong, but can't find how to correct it.
Here's what I have:
Hi {{reporter}},
Your audio request {{issue.key}} is being edited! Please create an assignment in PSA for {{assignee}} so they can bill their time.
Thank you,
This is what I'm getting:
Hi 5bb270c59ba2930990f80b30,
Your audio request AUDIO-1878 is being edited! Please create an assignment in PSA for 557058:51463bee-ed0e-4065-81e7-1c4ce9851382 so they can bill their time.
Thank you,
So clearly it's displaying the code for the user name instead of the user name. I'm sure it's pretty simple, so I hope someone can help.
Thanks!
Hi @Lydia M
Please try using the displayName attribute for user fields, such as with {{issue.reporter.displayName}} : https://support.atlassian.com/cloud-automation/docs/jira-smart-values-users/
Kind regards,
Bill
Thanks Bill!
I actually continued digging and found the glorious Smart Values page. I'm living for this!!
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.