Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-67333

OR statement in JQL with resolutiondate field shows incorrect results.

XMLWordPrintable

      Summary

      When using a JQL filter with the resolutiondate field and an OR statement, JIRA does not retrieve the correct results.

      Example: "resolutiondate = EMPTY OR resolutiondate >= endOfDay(-2)"

       

      Steps to Reproduce

      1. Create a sample software project in the instance
      2. Navigate to Issues > Search for issues
      3. Enter resolutiondate = EMPTY as the JQL
      4. Note the amount of results
      5. Enter resolutiondate >= endOfDay(-2) as the JQL
      6. Note the amount of results
      7. Enter resolutiondate = EMPTY OR resolutiondate >= endOfDay(-2) as the JQL

      Expected Results

      JIRA should show issues from both statements

      Actual Results

      JIRA only shows the issues from the resolutiondate >= endOfDay(-2) part of the JQL query.

            Unassigned Unassigned
            ilabras Ibrahim (Inactive)
            Votes:
            3 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: