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.
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.
allIssuesInEpic does not seem to be supported. I removed the sub-query thinking it should be a wild-card
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think I need some help with the JQL. The options that I see are not supported
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.