I need to create a custom report that shows the number of reworks and bugs opened in each sprint. So, I can compare the number of bugs and reworks created each sprint.
You can use JQL to fetch issues and then download the report in CSV format.
Basically, you can JQL like -
status changed from closed to open and Sprint = "<sprint name>" and type = Bug
For multiple sprints you can use "Sprint in (<list of sprints>)"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your response. I tried your suggestion and it showed me the number of bugs/reworks that were opened and closed within the same sprint.
The result that I'm looking for is little bit different than what this JQL provided me.
I want to understand the # of bugs and reworks we open/create at each sprint and I don't care about their status change during the sprint.
From quality perspective, I would like to track whether the number of bugs/re-works we are opening/creating at each sprint is decreasing or increasing.
Thanks,
Nazee
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.