Forums

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

Kanban board - Hiding subtasks in just Done column

Steven Yong August 29, 2018

I am using Kanban board and my filter is now:

project in (SA, SL) AND type != Epic AND (resolution is EMPTY OR resolutiondate >= -15d) ORDER BY Rank ASC

I do not want to see subtasks in the Done column but other column is OK, is this possible?

1 comment

Comment

Log in or Sign up to comment
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 29, 2018

Add the clause

AND NOT (issuetype in subtasktypes() and status in (x, y, z))

where x, y, z is the list of all the status in your "done" column.

Like Steven Yong likes this
Steven Yong August 29, 2018

Thanks @Nic Brough -Adaptavist-, it works but I need to use

 

issuetype in (Sub-task)

or 

issuetype in subTaskIssueTypes()
TAGS
AUG Leaders

Atlassian Community Events