Why can i separate tasks from a story if they are all one unit of work?

Jeff-Mangan June 16, 2017

I'm confused on why i can move tasks accross the kanban board while the story they belong to stays behind.  I don't think it makes sense to be able to drag tasks accross the board so there status changes, I should only be able to drag the entire story.  Otherwise it makes things confusing, someone please explain the benefit that I am not seeing.

2 answers

0 votes
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.
June 16, 2017

The reason it's possible is simple - it makes perfect sense to have parts of a story in different status.  Consider a story like "build a house".  The sub-tasks of foundations, structure, roof, internal walls, etc etc etc are almost always going to have different status.  The foundations can be "done", where the main story of "house" is just "in progress" and the roof is "not started"

There are cases where it does not make sense, and some logical rules that are not enforced by default, but they're business rules that you have to implement for yourself.  (JIRA runs on a computer, it does not understand that a sub-task should not be allowed to go to "in progress" until the parent issue is "authorised" - you have to tell it to work that way)

0 votes
Steven F Behnke
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 16, 2017

Consider adding Swimlanes By Story. This allows the Story to become a lane, and JIRA will ask you if you want to close it out once all issuetypes are done.

Or add a post-function to transition the parent when all subtasks are done.

Suggest an answer

Log in or Sign up to answer