Forums

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

How can I move stories across the board with their subtasks?

Jessica Torres August 16, 2018

I don't particularly care about the status of subtasks. I just want to see the actual story moving across my board. So even if I have to remove the visibility of subtasks through the workflow that would be fine. I just don't understand how to do this. I just want to see and move stories on my board and leave the subtasks inside the story but not visible on the board, if that makes sense. Has anyone accomplished this?

2 answers

1 accepted

0 votes
Answer accepted
Nic Brough -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.
August 16, 2018

I prefer to have a board where you have the flexibility for users to see things with or without them.  But if it's a board just for you, or you really do want permanently rid of them from the board you can easily do that too.

The flexible option:  Create a "quick filter" on the board for "issuetype in standardIssueTypes()".  That will hide the sub-tasks with a single click, enabling the view you want, and you can go back to seeing everything with another click.

The nuclear option:  Add the same clause to the board filter with an "and", so it never selects sub-tasks at all.

0 votes
Jessica Torres August 16, 2018

Thank you for that. That seemed like the perfect solution at first. However, it still keeps the subtasks in their own status separate from the user story. I guess what I'm also asking is to keep the sub-tasks moving right alongside the user story they belong to.

Nic Brough -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.
August 16, 2018

Ah, ok, that's different.

If you want the sub-tasks to change status as the parent changes (as columns are just collections of status), you need some code that will transition the sub-tasks as the parent is transitioned.

I'd use ScriptRunner (there are other apps that can do this) to build a "transition sub-tasks" post-function for use in the parent issue's workflow.

Like Bill Parkhurst likes this
Jessica Torres August 16, 2018

Ok, this is getting a little more complicated than I anticipated. I'll look into it. Thanks!

Suggest an answer

Log in or Sign up to answer