Hi,
I’m trying to mention the Reporter (issue creator) in a Jira Automation rule, but it doesn’t seem to work. I’ve tried several smart values, including:
@{{issue.reporter.displayName}} and @{{issue.reporter}}, but the comment is posted without mentioning the user.
Could you please confirm the correct way to mention the Reporter dynamically in an automation comment action?
Hello @Tiara Pequeno
The correct way to add a mention of the issue reporter in a Comment that is added through an Automation Rule is:
[~accountid:{{issue.reporter.accountId}}]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.