Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I create a filter for all tickets that mentions my name in the comments?

Mitchell Mariani January 10, 2023

How do I create a filter for all tickets that mention my name in the comments?

1 answer

1 accepted

0 votes
Answer accepted
Vamsi Kandala
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.
January 10, 2023

Hi @Mitchell Mariani

You can try using the below query and save it as the filter:

If for a specific project:

project = "Project Name" and comment ~ currentUser()

If for all projects, then simply:

comment ~ currentUser()

Hope this helps.

Thanks,
Vamsi

Suggest an answer

Log in or Sign up to answer