Goal:
Find all issues in a given category with users in the watcher list which are not in a given Group
Given:
Project P1 is in Category C1 and User U1 is in the watcherlist of at least one issue in P1 and is only member of G2
Attempt:
Expected result:
Both results should contain all issues from C1 where U1 is in the watcherslist
The second result should also contain all issues where users NOT IN G1 are in the watcherslist
Actual result:
1: delivers a list with the results where U1 is in the watcherlist
2: is an empty result
Why is the 2. JQL Query an empty result? I can not find all watchers in C1 which are NOT IN G1, but using a single users search i can ..
Edit: It looks like that the search with assignee is working, but not watchers.
Hi.
Not sure if there is any restriction with the watcher field. But most strange problems with JQL comes from an outdated cache, so could you please re-index your instance and try again?
Regards
Hi Jack,
i did a re-index but get the same results. For testing purpose I made a second group (G2) with all users not in G1:
From the following queries, i would expect the same results:
Query 1 delivers the correct results. Query 2 is still an empty result.. From my point of view, there seems to be a problem with the watcher field and the "NOT IN" query....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.