I would like to download only tickets in the Done column, that are unreleased. When I export via Issues, it downloads ALL tickets that are Done, released and unreleased. Is there a simple way to do this? Thank you!
Hi @James Craig
You could add a check to your JQL to check for unreleased versions, such as:
project = myProjectName AND statusCategory = Done AND fixVersion IN unreleasedVersions()
Kind regards,
Bill
What search are you running to get to the export-obsolete-list option?
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.