Forums

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

Kanban Board

Alex Tartakovsky July 29, 2021

Can a single Jira project have multiple Kanban boards?   I created Epics and Stories are linked to those Epics but they show up only on the original Kanban board.  I did check the column settings and the story's status does match up correctly but they are not showing on the 2nd Kanban board.  

1 answer

1 accepted

1 vote
Answer accepted
Jack Brickey
Community Champion
July 29, 2021

sure. boards are just graphical displays of a query. what displays on any board is driven by the underlying query. check your filters for each board to decipher what will/won't display.

Alex Tartakovsky July 29, 2021

allIssuesInEpic does not seem to be supported.  I removed the sub-query thinking it should be a wild-card

Alex Tartakovsky July 29, 2021

I think I need some help with the JQL.  The options that I see are not supported

Jack Brickey
Community Champion
July 29, 2021

can you verbalize your needs/goals?

Alex Tartakovsky July 29, 2021

I have a 2nd Kanban board that I want to use only for stories/tasks that fall under 4 specific Epics.  I have stories linked to these Epics and I want only stories that fall under these Epics to show up.

Alex Tartakovsky July 29, 2021

I think I got it figured out.   It was the filter.. It was a bit tricky to figure out the correct filter since "allIssuesInEpic" function is not available. 

 

My filter:

project = XYZ and parentEpic in ("P1HRE-553", "P1HRE-554", "P1HRE-555", "P1HRE-556") ORDER BY Rank ASC

Suggest an answer

Log in or Sign up to answer