We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
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)'.

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

            Loading...
            IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
            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)'.

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

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

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

                          Created:
                          Updated:
                          Resolved:

                            Unassigned Unassigned
                            dunterwurzacher Denise Unterwurzacher [Atlassian] (Inactive)
                            Affected customers:
                            0 This affects my team
                            Watchers:
                            1 Start watching this issue

                              Created:
                              Updated:
                              Resolved: