See sub-tasks added after sprint started

Glenn Smith June 11, 2013

I'd like to see sub-tasks created on a stories within a sprint, so we can see what wasn't really thought of as part of sprint planning. I could take this information in to a retrospective to discuss.

1 answer

1 accepted

3 votes
Answer accepted
Danielle Zhu
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.
June 12, 2013

GreenHopper doesn't really differentiate sub-tasks added before and after sprint started. In Plan mode, sub-tasks can not be added to a sprint independently of their parent. Adding sub-tasks to issues already in a sprint is not considered a scope change. However you can try and use JQL to query all subtasks that are in an active sprint and that are created after the sprint start date. Something like:

project = "My project" and sprint = "Sprint 9" and issuetype = SubTask and Created >= "2013/06/01"

Suggest an answer

Log in or Sign up to answer