-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 2.5.4
-
Component/s: Queues
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
- Install JIRA
- Install JIRA Service Desk 2.5.4
- Navigate to the Queues page
- 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
- was cloned as
-
DESK-4331 Loading...