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

Filter with !~ or "not in" does not consider empty fields or Resolution "Unresolved"

XMLWordPrintable

    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.

      Filter with !~ or not in does not consider Resolution Unresolved.

      Thus, looking for Issues without Resolution, the user had to use the following JQL.

      resolution in (Unresolved) OR resolution not in (Duplicate)
      

      This is the available workaround but not a good solution.

      The expectation is that the filter with the following:

      resolution not in (Duplicate)
      

      should consider all other resolutions, including Unresolved.

      User is aware that Unresolved has a NULL value. However, believes this should be considered as an improvement.

      Likewise, the operator !~ should consider empty fields.

            Unassigned Unassigned
            adanial Ahmad Danial (Inactive)
            Votes:
            5 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: