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}}]{{/}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.