how to hide sub-tasks board

Don Lafont March 28, 2015

How do you hide subtasks in a column under a Kanban board?

2 answers

0 votes
Brandon Adams May 30, 2018

I know this is pretty dated but this might help someone else that find this posting.  In my case I just wanted to be able to "hide" sub-tasks by collapsing them so I did the following below:

 

A possible alternative would be to update your board configuration as follows:  Board > Configure > Swimlanes > Base Swimlanes on "Stories" instead of Queries.  That might work for your situation

Mathieu Verholle June 1, 2018

Or...

The right quick filter is (for me) :

project = "Name project" and issuetype not in (Sub-task)

Like Andre likes this
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.
March 28, 2015

Use a quick-filter like "issuetype in subTaskIssueTypes()"

Suggest an answer

Log in or Sign up to answer