Is there a report to track issues removed from a release?

starryeyes January 20, 2020

I am searching for reports on Jira to monitor my teams performance release delivery. I would like to track overall issues  that have been (1) removed from release (2) put into a different release and (3) no release date using the fixed version tagged to the issue. At the moment, only the burn-down reports displays information regarding issues removed and changes to the estimation. However, this is at the sprint level. I want this information shown at the release level showing these changes impact towards product delivery. Is is report available on Jira?

1 answer

0 votes
Aylin Kohls
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.
February 13, 2020

Hi, I don't know any report to see that, but you could use a JQL to search it. Maybe something like this:

fixVersion changed or fixVersionReleaseDate is EMPTY

This will filter all issues that have been changed from one fixversion to another one, or the ones that are associated to a fixversion with no release date.

Hope this helps!

Regards, Aylin.

Suggest an answer

Log in or Sign up to answer