I am looking to find a way in Jira, to provide me a consolidated report of all released and unreleased version in Jira for the current fiscal year.
Request you to let me know is it possible to generate a report for all the projects in Jira?
Hi,
You can start by these JQL.
Issues released.
fixVersion in releasedVersions()
Issues unreleased.
fixVersion in unreleasedVersions()
For searching based on release date, you might need an add-on.
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.