Hi,
How can I retrieve tickets that have been resolved and closed? This query doesn't seem to retrieve tickets that have been closed directly without being resolved first.
Thanks,
Rajan
Hi @Rajan Dangol Jira consider tickets resolved when the resolution field is set on the issue.
The current JQL fetching issues are in the Closed or Resolved status even if they were directly moved to closed status or not.
If you want to fetch the report for issues that moved from resolved to closed then use the below JQL.
status = Closed AND status changed FROM Resolved TO Closed
Hi Manoj,
Thanks. However, it seems because it doesn't have the "Resolved" data filled in as it was moved to Closed state, without moving to resolved. The data is missing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.