-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
5.1.2
-
None
-
5.01
-
I have a JAC filter, trying to simply exclude certain Components from my search:
status = New and component not in (Documentation, "Documentation - Inline and Live")
Unfortunately what that ended up bringing out was something to the effect of 'where component is not empty, but is not Documentation or Documentation Inline etc'. To fix it I've had to use this:
status = New and (component not in (Documentation, "Documentation - Inline and Live") or component is EMPTY)
This doesn't seem like expected behvaiour to me - I would expect that an empty field would also constitute 'not in'.
- duplicates
-
JRASERVER-29179 When searching for Issues, negative filtering does not return empty values
- Closed