Create a custom report showing number of reworks and bugs opened in each sprint

Nhajebi September 25, 2017

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.

1 answer

0 votes
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 26, 2017

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
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 26, 2017

For multiple sprints you can use "Sprint in (<list of sprints>)"

Nazee September 28, 2017

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

Suggest an answer

Log in or Sign up to answer