'Not in' in a JIRA search excludes empty results - it amounts to 'where <field> is not empty, and not in (range)'.

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Low
    • None
    • Affects Version/s: 5.1.2
    • Component/s: 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'.

            Assignee:
            Unassigned
            Reporter:
            Denise Unterwurzacher [Atlassian] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: