Hi
I have some user-stories who will be treated on a few sprints.
When a sub-task of these user-stories is treated and closed on a sprint, i would like to not copy this sub-task on the new sprint, but keep the history of this sub-task for the previous sprints.
How can i do ?
Thanks for your help
Regards
Jean-Yves
Sub-tasks are not "copied" when completing a sprint.
They are part of their parent story and hence move into the next sprint as part of it.
Hi Nic
Thanks for your answer.
I understand well that subtasks are permanently associated with their user-story
But can we filter the sub-tasks diplayed in a sprint board ?
My need would be to not diplay the sub-tasks closed in the previous sprints ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You might be able to do this with a quick filter for "not (issuetype in subTaskIssueTypes() and sprint in closedSprints() )"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.