Uploaded image for project: 'Jira Service Management Data Center'
  1. Jira Service Management Data Center
  2. JSDSERVER-2272

Default 'Recently resolved' Queue is using a wrong JQL query

    XMLWordPrintable

Details

    Description

      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
      

      Attachments

        Issue Links

          Activity

            People

              dtrinh@atlassian.com Diep Ngoc Trinh (Inactive)
              dwatania@atlassian.com Daniel Watania (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Backbone Issue Sync