Problem
How to @mention everyone in a multi-user picker list using smart values?
Documentation
This documents how to @mention one person or a single-user picker. But not everyone in a picker.
What I've tried
Combinations I've tried with the custom field "Issue Contributor"
Trial 1:
{{#issue.Issue Contributor}}[~accountId:{{Issue Contributor.accountId}}]{{/}}
Result 1:
[~accountId:][~accountId:]
Trial 2:
[~accountId:{{#issue.Issue Contributor}}{{Issue Contributor.accountId}}{{/}}]
Result 2:
[~accountId:]
Trial 3:
[~accountId:{{Issue Contributor.accountId}}]
Result 3:
@User
I found the solution as I was writing this...
{{#issue.Issue Contributor}}[~accountId:{{accountId}}]{{/}}
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.