Can you create a custom filter to view all the tickets you are added as a Watcher?

violet.lee November 24, 2019

I want to have a view to see all the non-resolved tickets that I am currently a Watcher of. How can I create the filter for that? 

1 answer

0 votes
carlosughini
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 24, 2019

Hello Violet,

Hope you are having a good day!

To create a filter to search for all non-resolved tickets that you are currrently a watcher you can use the Advanced searching and use the following JQL:

watcher = currentUser() AND resolution is EMPTY

After that, you can click the Save as link above the search results to save the filter.

Additionally, I strongly recommend you checking both documentations below about advanced searching and saving filters:

 

Hope that helps, Violet!

Suggest an answer

Log in or Sign up to answer