I need the issues which are marked as Done between a certain date range but not a part of the sprint that was running at that time. So how can I can achieve this using JQL?
Thanks in advance.
so the JQL query would include:
So the query ends up looking like:
project = <project name> AND statuscategory = Done AND updatedDate >= "2019/3/09" AND updatedDate <= "2019/3/16" and Sprint is EMPTY
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.