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'm currently working on implementing an Account Access Request form for our organization. We want to streamline the process by automatically notifying the corresponding SystemAdmins when a request is submitted. We have an object type that contains each application's info including all the system admins for each application and linked with a custom field called Roles(customfield_10079). What smart value should I use to @mention all the user in that attribute? The SystemAdmins is a user type attribute and can store multiple user. I am able to display all the user's name by using smart value like this:
{{#issue.customfield_10079.SystemAdmin}}
[@{{displayName}}]
{{/}}"
But it only display the text ( [@xxx aa, bbb xx]) not actually @ those two agent.
I also tried :
{{#issue.customfield_10079.SystemAdmin}}
- [~accountid:{{accountId}}]
{{/}}
It can only display @User. I've tried different smart value combinations, but I haven't been successful in achieving the desired result. Can you help me? Thanks.
Hi @x_y
Welcome to the Atlassian community!
Let e know if I understand your current setup correctly:
Please try the following smart value
{{#issue.Roles.SystemAdmins.flatten}}[~{{.}}]{{/}}
Cheers,
Marini
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.