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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.