Hello There,
I'm triyng to export issues from last year with the resolution "Done" and "Closed" but my JQL is returning issues from this year to.
project in (XPTO,XPTI) AND issuetype in (Bug, RAD) AND status in (Closed, Done) AND resolutiondate >= 2023-01-01 AND resolutiondate <= 2023-12-31 ORDER BY updated DESC, created ASC, summary ASC
Could you help me?
Thanks
Trying using resolved instead of resolutiondate.
Also, unless you have other statuses other than Done or Closed for resolved issues, then adding the "status in (Done, Closed)" to the JQL is duplication, since finding issues with resolved dates is the same thing.
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.