Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Just as the above says... I have an automation that leaves a comment on a task when the status is transitioned.
I can type out in the body of the comment '"@user" but unfortunately the comment left by the automation does not convert this to a mention.
If it matters, I'm using the wiki markup to pull the name of the user.
Hello Erin,
You are right, @User isn't working, try this instead [~user]
Hey, thanks for the response!
I gave it a try, and no matter what I have in the square brackets, it disregards it and @mentions "user", like so.
I've tried everything I can think of, from [~{{assignee.displayName}}] to simply typing out the user's name and everything in between, but the result is always as shown above.
Any suggestions?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just tested it out and it worked for me, try to mention a different user and see if it works, if not give this post a read and check if it helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This might also help you troubleshoot your issue - Mentions and Autocomplete are not working in JIRA Cloud
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had to go off the comments on your second link - it worked to call the account id after the ~, then pull the account ID from the person I'm trying to mention. For example:
[~accountid:{{assignee.accountId}}]
Seems a bit unnecessary, but it worked.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
why is this so difficult? Why? 10s of suggestions all over the forum on this one usage pattern. every one of the suggestions works and does not work for some.
Why Atlassian makes everything so difficult?
Just want to @ mention the assignee or reporter in a comment added by JIRA automation and so far I spent hours researching. Waste of time.
And no, of course none of the suggestions above worked.
I want to see a mention of reporter with added comment text, like below, where my name is mentioned and I get a JIRA notification because of that mention.
Nari Man this ticket needs to be updated soon.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear All,
Is it possible to @mention multiple users in a comment of Jira automation rule, I am trying to use a group user picker but didn't work. I am able to see the user full names but can't see tagging. Approver field is group user picker and it has multiple users.
All the user id's will be copied to "Approver" field using automation rule.
Below is the example.
Hello [~{{Approver}}],
We would like to request your approval to process this request. Could you please approve?
-----------------
It is working fine for single user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, I tried this and it seems to work great for me. [{{ currentUser | userInfo("displayName") }}|~accountid:{{ currentUser._accountId }}]
I used this in a post function to notify the current user of an automatic change in the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This worked for me, but the other methods above did not. Thank you! Here's my example for others interested. I was just doing a simple automated comment that would notify the issue reporter. Hopefully this is helpful.
[~accountid:{{issue.reporter}}]
This issue has entered the "Awaiting Customer Feedback" status and needs your assistance. Please work with {{issue.assignee.displayName}} to help move the case forward.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey guys, for me I wanted to show the initiator and for some reason previously I was using:
[~{{initiator.displayName}}] and this stopped working last few days. However I found that if I use instead: [~accountid:{{initiator.accountId}}] - This seems to work as previously it was working (Tagging the person who triggered the automation)
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.