Hi,
I created several filters and I would like to know the difference between them. In the past, when on Server Jira, I could simply search something like
filter in (x,y,z) and filter not in (a,b,c)
which would give me stable results.
Recently in Cloud Jira though, the same logic will very frequently return "No issues were found matching your search", even though I know there is certainly an x amount of tasks that the filter is supposed to return.
Is there anything I can do?
---
For my specific example
A have a master filter X
X =
fixVersion in ("VBS4 24.2", "VBS4 24.2.0","VBS4 Sim SDK 24.2.0","IG SDK 24.2.0","VBS Blue IG 24.2.0","Mantle 24.2","VWS 24.2","TerraTools 24.2") AND ("Release Tested" not in ("VBS4 24.2", "VBS4 24.2.0","VBS4 Sim SDK 24.2.0","IG SDK 24.2.0","VBS Blue IG 24.2.0","mantle 24.2","VWS 24.2","TerraTools 24.2") OR "Release Tested" is EMPTY)
from which I am pulling specific subsets that also form filters, like
A/B/C =
filter in (X) AND (project in ("Team Tango") or "Team[Team]" = 14292b25-c42f-4720-9328-0aba6f845cf9)
and when I try
filter in (X) and filter not in (A,B,C,D,E,F,G,H,...)
(or even smaller examples)
I often get the "nothing found" message.
---
A workaround often is to switch in and not in for = and != and then magically it will sometimes work, or even switch the position of filters in the lists, but after a refresh, the results are all gone again.
I found a stable workaround - I needed to switch to the "old issue search" view. That works 100%.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.