The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Jack Brickey
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 Champions.
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
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 Champions.
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