Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Individual velocity and individual bugs fixed query

Justin Ledoux December 17, 2018

I am trying to figure out how to isolate the tasks/issues completed in each sprint, per developer, to find out their individual velocity and how many bugs they are fixing overtime.

The problem is that when you search for issues with a status of done in a specific sprint, if that issue was in another sprint before, it will pull it twice in two different queries. How do you query ONLY the issues that were done in the sprint it was done in?

Same goes for bugs that were fixed (status = done) in each sprint.

1 answer

0 votes
Raimundas Juska
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.
December 17, 2018

You should use jql - status changed to done during (sprint start date, sprint end date).

Justin Ledoux December 19, 2018

I have tried many permutation of what I know of JQL, and have not been able to find a way to do that... would you have an example to share?

Suggest an answer

Log in or Sign up to answer