Summary

      Recently resolved queue in Service Desk is using a wrong JQL query, which results in issues that has been resolved (all).

      Environment

      JIRA Service Desk 2.5.4

      Steps to Reproduce

      1. Install JIRA
      2. Install JIRA Service Desk 2.5.4
      3. Navigate to the Queues page
      4. Go to the Recently resolved queue

      Expected Results

      Issues that were resolved within the past 1 week will be returned

      Actual Results

      Issues that has been resolved way back to the very first issue resolved

      resolved <= 1w ORDER BY resolved DESC
      

      Workaround

      Edit the queue, and use this query instead:

      resolved >= -1w ORDER BY resolved DESC
      

          Form Name

            [JSDSERVER-2272] Default 'Recently resolved' Queue is using a wrong JQL query

            No work has yet been logged on this issue.

              dtrinh@atlassian.com Diep Ngoc Trinh (Inactive)
              dwatania@atlassian.com Daniel Watania (Inactive)
              Affected customers:
              1 This affects my team
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: