Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Find Versions where all Issues in Version are in "Ready for Release" status

Krishna Natarajan (DHL)
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 20, 2022

In a dashboard, I want to see Versions where all Issues in Version are in "Ready for Release" status

This will tell me that the Version itself is ready for release.

I don't want to see versions where some Issues are in "Ready for Release" status and other Issues are not.

 

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 20, 2022

I think you may have answered your own question!

Run a search for 'status = "Ready for Release" '.  That's pretty much it, you'll get a list of issues in that status.

But there's a lot you can do with that on a dashboard - my instinct is to

  • Add "and fix-version is not empty" to the query.
  • Add "and fix-version in unreleasedVersions()"
  • Save that search as a filter (probably called "all issues ready to release")
  • Use that filter in some dashboard gadgets

The most simple one would be a "filter statistics" gadget, probably grouped by version, so you can immediately see how many issues are ready to release in each version

Suggest an answer

Log in or Sign up to answer