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?
Community moderators have prevented the ability to post new answers.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.