Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,491
Community Members
 
Community Events
184
Community Groups

Tickets in which my name is mentioned

Is there a way to see on Jira's board (I'm obviously a part of) all tickets that I commented on / or someone just tagged me?

When I tried the dipper search, I filtered to only one result... (which I can't explain) but I was absolutely tagged in more than 40 comments at least :eyeglasses:

2 answers

Hi Shirly,

You could use mentionsMe() and mentionsUser() functions of our add-on GO! JQL to search for issues that you or a particular user were mentioned in(including comments).

You could try the plugin for free!

Best,

Mehmet

0 votes
Diego
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 13, 2020

Hello @Shirly Meresman !

As I understand, you need to find all tickets where your user has been mentioned.

You can do that in both Jira and Confluence Jira macros by using Jira Query Language (JQL) and your accountID.

If you need to find tickets where you have been mentioned no matter where, you can use a simple query like this one:

text ~ accountid:555555:c55c5c5c-5c5c-5c55-5c55-cc555cc5555c

This query looks into any text within the tickets. The ~ operator is a looks for any occurrences of the string you gave it. The acountID value can be found when you create a new ticket and mention a user.

Here is how:

 

  1. Go to Jira
  2. Create a new Ticket
  3. Mention yourself
  4. Check that your mention looks like this [My Name|~accountid:555555:c55c5c5c-5c5c-5c55-5c55-cc555cc5555c]
  5. Copy the accountid and the value that comes after it, nothing else
  6. Use it with the query

However, if you want to look solely within comments or the ticket description, you can use this:

description ~ accountid:555555:c55c5c5c-5c5c-5c55-5c55-cc555cc5555c

comment ~ accountid:555555:c55c5c5c-5c5c-5c55-5c55-cc555cc5555c

 

There is also a Feature request aiming at a simpler usage of this kind of search. Here, take a look:

However, if you need to find ticket commented by someone specific, we will need to resort to third-party applications. Here, take a look into this older community thread:

 

 

I hope this shines some light! Looking forward to your reply.

So there's no simple way to just get a notification in JIRA's UI to see your own? Why even have mentions in your platform if they're just spit out in convoluted emails that you can't customize as a normal user. This is ridiculous.

Like # people like this
Khaled Bediri
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Mar 22, 2023

Totally agree! I can't believe the function does not exist out of the box...who wants to go through tons of tickets or email notifications to find out where he is needed

Like Eric Bergeron likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events