Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-29269

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Low
    • None
    • 5.1.2
    • None

    Description

      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'.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: