Mentions by a specific user

Julie Dorgan February 5, 2021

hi, is there a way to query my mentions in comments filtering on a specific user? 

2 answers

0 votes
mogavenasan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 7, 2021

Hi @Julie Dorgan,

If you are looking for Jira issues with comments mentioning you:

comment ~ currentUser()

For a specific user:

comment ~ <user account ID>

User account ID can be found by going to the user profile page and copying the string that comes after "jira/people/" in the URL.

Thanks,
Moga

0 votes
Vero Rivas
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 5, 2021

Hi @Julie Dorgan 

  Try with this filter:

   summary ~ currentUser() OR description ~ currentUser() OR comment ~ currentUser()

   And change the currentuser to the user that interests you

Cheers

Suggest an answer

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

Atlassian Community Events