Jira filter for unwatched issues

Péter Králik October 5, 2017

Hi!

I'd like to collect the issues which I don't watch in the project and what are unresolved and my group is the participant.

But the filter doesn't collect that issues at all.

This is the filter:

project in ("Project A") AND watcher != currentUser() AND Participant in (user_1, user_2, user_3, user_4) AND resolution = Unresolved

When I run this filter it collects some issues, but remain a lot.

I don't filter for issue types, but I think it isn't necessary

What is the solution? What's wrong with this filter?

Thanks a lot!

Peter

1 answer

2 votes
josh
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.
October 5, 2017

Instead of "watcher != currentUser()" use:

 

issue not in watchedIssues()

Péter Králik October 5, 2017

Thanks a lot! :-)

Suggest an answer

Log in or Sign up to answer