Marking SubTask as done does not mark Story as done

Charles Blakely January 22, 2016

I attempting to create my own workflow, and I am having issues with Stories being marked as done when all the subtasks are complete.  Can anyone point me in the right direction to correct this?

2 answers

1 vote
Jobin Kuruvilla [Adaptavist]
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.
January 22, 2016

It is not a default functionality in JIRA. JIRA Software (or JIRA Agile in earlier versions) provides that option on scrum boards with Stories as swimlanes.When you mark the last subtask as done, it will ask you whether you want to mark the parent story as done or not.

If you want to have the automatic transition, you will need to use one of the add-ons that provides this functionality.

0 votes
GabrielleJ
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.
January 22, 2016

JIRA, by default, does not closed a Story automatically whenever its Sub-Task is done. You will have to implement that in your workflow "Post-Function"

https://jamieechlin.atlassian.net/wiki/display/GRV/Post+Functions#PostFunctions-Autocloseallsubtasks

You can also put workflow "Conditions" so that a Story cannot be closed whenever there is an open Sub-Tasks

https://confluence.atlassian.com/jira/configuring-sub-tasks-185729507.html

https://confluence.atlassian.com/display/JIRAKB/Preventing+Issues+from+being+closed+while+their+sub-task+are+still+open

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 22, 2016

It does when the last sub-task is done and you're using Agile/Software.

Charles Blakely January 25, 2016

Gabrielle, thank you that is what I was looking for.

Suggest an answer

Log in or Sign up to answer