Forums

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

Exclude Story Issue Type from Kanban?

Bethany Holt
Contributor
June 4, 2019

One of our project leads wants to exclude stories from their kanban board to make it "cleaner".  They still want to see stories in the backlog and any dashboards.  Is this possible?

3 answers

1 accepted

1 vote
Answer accepted
Ignacio Pulgar
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 4, 2019
A Quick Filter with this JQL can be helpful:

type != Story

Alternatively, the board's filter can be changed like this:

project=KEY AND (type=Story AND status != <STATUS-MAPPED-TO-BACKLOG> OR type != Story) ORDER BY rank ASC
1 vote
Tarun Sapra
Community Champion
June 4, 2019

Hello @Bethany Holt 

A board is just a view on the issues being fetched by the underlying JQL filter, hence if you change the JQL filter query as suggested by @Ignacio Pulgar  then you can easily exclude stories from the Kanban board.

0 votes
Bethany Holt
Contributor
June 4, 2019

Thanks @Tarun Sapra and @Ignacio Pulgar !  Is it true there is no way to do this in Next Gen projects (there's no Board Settings option)?

Tarun Sapra
Community Champion
June 4, 2019

Hello @Bethany Holt 

Yes, you are correct, there is currently no way to do this in next-gen project as you can't choose the board filter in the next-gen projects.

Here's the open ticket about it

https://jira.atlassian.com/browse/JSWCLOUD-17444

Bethany Holt
Contributor
June 4, 2019

Ok, thank you so much!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events