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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Is it possible to tag the issue assignee in a Comment in a Jira Automation rule?
I know the {{assignee.displayName}} smart value will include the assignee's name, but I haven't figured out how to have that show up as a tag.
Thanks!
Hi there Tim,
You should be able to mention the assignee using one of the smart values below, note that mentions in cloud now use an account id but server does not.
Jira Server:
Hi [~{{assignee}}]
Jira Cloud:
Hi [~accountid:{{assignee.accountId}}]
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Dennis Kugelmann @Swapnil Hedaoo @Dalbir Singh David W
[~accountid:{{issue.assignee.accountId}}]
You need to reference where you are calling the assignee from. In most cases I assume you'd need "issue" but could be "linkedissue" for example.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tim, suggested one is not working for me.
[~accountid:{{issue.assignee.accountId}}]
Its showing like below,
[~accountid:634ec34cb7b39379d71d60bd] please merge the pull requests for this ticket.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tim, Did you get the solution?
I am also facing the same issue. Could you please help?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
[{{reporter.displayName}}|~accountid:{{reporter}}] - This worked for me, it tagged the reporter of the ticket
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.