Forums

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

How do get subtasks to NOT show in the active sprint view (company managed project)

Alex Tang
Contributor
March 29, 2022

I have a company managed project that we're doing sprints with.  We want to use subtasks to keep track of things, but we don't want them to appear separately in the sprint view.  

Is there a way to create subtasks but keep the stories as the unit that is tracked in the active sprint board? 

1 answer

1 accepted

1 vote
Answer accepted
Bill Sheboy
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.
March 29, 2022

Hi @Alex Tang -- Welcome to the Atlassian Community!

What do you mean by the "sprint view"?

If you wanted to drop the subtasks from the board, backlog, and reports, try adding this to your board filter:

AND issueType NOT IN subTaskIssueTypes()

If you want to toggle this on/off as needed, you could instead add a quick filter to the board instead.

Kind regards,
Bill

Alex Tang
Contributor
March 29, 2022

Thanks Bill. 

By "Sprint View" I meant the active sprint view in my board. 

Unfortunately, adding a quick filter didn't work for me because although it makes the subtasks not appear in the "active sprint" view, it still shows the parent stories as parent stories (not as cards). 

Setting the board filter to use `issueType NOT IN subTaskIssuetypes()` works though, so that's good enough for now. Thanks. 

Like Bill Sheboy likes this

Suggest an answer

Log in or Sign up to answer