You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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.
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.
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.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.