Hide initiatives in kanban board backlog

joesoes March 9, 2017

Any ideas how i can use filter to hide the initiatives in a kanban backlog?

3 answers

1 accepted

0 votes
Answer accepted
Jonas Andersson
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 9, 2017

Just create a JQL filter stating something like:

issuetype !=Initiatives

Should do the trick.

joesoes March 10, 2017

Thanks for the reply, Jonas. 

My filter look like this: project = PT ORDER BY Rank ASC. How do I adjust it to exclude Initiatives?

Baheej Al-Khatib June 5, 2019

project =PT AND issuetype != "Initiatives " ORDER BY rank asc

Charlotte Ranson November 25, 2020

This was very helpful. Thanks 

0 votes
Robert Kirkman September 29, 2023

My question is why are initiatives shown on the Kanban board when they do not show up in a Scrum board???? 

0 votes
DSell March 2, 2021

This may go against best practice, but what creating a status called "Initiatives" and storing the initiatives here? The status would have no transitions going to or coming from. Crazy... right? but they would be out of the way, especially if the project is an ongoing project with many boards. 

Suggest an answer

Log in or Sign up to answer