We have multiple projects in which PMs close Fix Versions even though there are open tickets. I am looking to generate a report so that I can notify the PMs that they need to address these open tickets.
Hi Robert,
you could query something like this:
fixVersion in releasedVersions() and statusCategory not in (Done)
Instead of statusCategory you could also use something like
fixVersion in releasedVersions() and status not in (Done, Closed, Completed)
Note: tested on Jira Server 8.5
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.