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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.