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.
Hi,
I created an object type called Application Role, and each object have an attribute called "SysAdmin". SysAdmin is a User type attribute, where I can store all the system admin of each application. Could you please let me know what Smart value should I use to @ all the admin of that object when I want the automation comment on an issue? I have created an assets object type custom field to store the Application Role object.
I have tried {{#issue.customfield_10079.SysAdmin}}
- [~accountid:{{accountId}}]
{{/}}
But this only work(@ the admin in the comment section) when I only have one user in SysAdmin.
Thanks