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
Hi there,
I am trying to make an automation to comment on the issue and cc the users selected in the custom field "Point of Contact" (multi-user picker). Whenever i try to use
[~accountid:{{Point of Contact.accountId}}] it will only work when i select one user, but if i select more than one user it will display "User" in the automated comment.
This is also the case for:
[~accountid:{{issue.Point of Contact.accountId}}]
{{Point of Contact.accountId}}
{{issue.Point of Contact.accountId}}
Hi @Darwin Fernandez -- Welcome to the Atlassian Community!
As your field is multiple-select, the smart value is a list of values. Try using an iterator to walk them, for example here is the list of mentions with comma delimiters:
Hello to the points of contact:
{{#issue.Point of Contact}}[~accountid:{{accountId}}]{{^last}}, {{/}}{{/}}
Here is an update for you...
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Bill Sheboy 👋
thanks a lot as well😊 That helped me, advancing an automation for project generation and assigning users from a user picker field into a role into the people of the project.
Cheers, Alex
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.