How do I track defects found during a sprint?

Josh Sheldon November 25, 2014

I would like to track how many new bugs are written during the course of a sprint.

2 answers

2 votes
Ollie Guan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 25, 2014

Or don't use the default IssueType = Bug, custom class of Sub - the tasks issue like Sub - bugs, create Sub - Bug under the Story, this Sub - bugs will automatically inherit the Story sprint id

Then You can use the following query

 Sprint = XXXX and issuetype = sub - bugs

2 votes
Radu Dumitriu
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.
November 25, 2014

Query for issues of type "bug" were raised between start of the sprint and end of the sprint?

Suggest an answer

Log in or Sign up to answer