Forums

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

Everything Else in a kanban board

Suma Pralhad Kustagi
Contributor
August 26, 2021

Hi,

   I have a kanban board where in ,the query specified is like 

project in(A,B) and issuetype in(Bug,Story,Tech Task,Epic) and have added Swimlanes as

 

project in (A,B) and issuetype in (Story,Bug,"Tech Task") or issuetype = Epic AND status != Blocked...

In Evertything Else i amble to see the Epics with status Blocked..

Is there any other way that I do not want to see any issues in Everything else ..Can you please suggest..

 

Regards,
Suma

2 answers

2 accepted

1 vote
Answer accepted
Jack Brickey
Community Champion
August 26, 2021

This would be driven by the board’s filter. If all you want to see is those issues identified by…

project in (A,B) and issuetype in (Story,Bug,"Tech Task") or issuetype = Epic AND status != Blocked

then this should be your board’s filter.

0 votes
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.
August 26, 2021

Hi @Suma Pralhad Kustagi 

If I am understanding the question, your filter may have an order of operations issue if you are trying to just exclude blocked epics.  Perhaps try this for a board filter and remove the swim lanes/filter.

project IN (A,B) AND ( issuetype IN (Story,Bug,"Tech Task") OR ( issuetype = Epic AND status != Blocked ) ) ORDER BY Rank ASC

Even with that filter, I am wondering about your filtering on status.  Status values are usually mapped to a board column when you want them displayed.  Do you have a column on the board with the status of "Blocked"?

Best regards,
Bill

Suma Pralhad Kustagi
Contributor
August 26, 2021

Hi Sheboy,

      Thank you for the suggestion, I have removed the swimlane filter and modified the filter query and worked properly..

 

Regards,

Suma

Like Bill Sheboy likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events