In my Kanban board, it says that there are 8 issues in the Backlog status, but they are not displayed when I have Swimlanes enabled for Epics.
My board is filtered on only three Epics. Why is the board hiding all stories when I have swimlanes enabled for Epics?
All workflow statuses are mapped to columns, there is no Kanban board sub-filter, and the Filter Shares is to all logged-in users.
My Filter Query for the Kanban board:
project = XYZ AND issuetype in (Bug, Epic, Story, Task) AND "Epic Link" in (XYZ-100, XYZ-101, XYZ-102) ORDER BY Rank ASC
Hello @Chris
Welcome to the Atlassian community.
Where are you seeing the information that there are 8 issues in the Backlog status? Can you provide a screen image of that?
Do you have the Backlog option enabled for your Kanban board? Do you see "Backlog" as an option in the navigation panel on the left?
Can you show us the screen from your Configure Board page for Columns configuration?
Thanks for looking into this for me. As you can see, there are 9 items in the Backlog that are hidden because Epics is selected for Swimlanes.
project = XYZ AND issuetype in (Bug, Epic, Story, Task) AND "Epic Link" in (XYZ-100, XYZ-101, XYZ-102) 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.
If I Base the Swimlanes on Epics, then no issues are shown on the board. It does however show that there are 9 issues in the Backlog. However, if I base the swimlanes on no swimlanes, then all of the issues are able to be displayed on the Kanban board.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe the problem is that you are not including the Epics themselves in the board scope/filter.
Without including the Epics themselves in the board, setting the Swimlanes to Epics will not create a swimlane per Epic, because the board does not include any Epics.
You could either change the board filter to include the Epics, or use the Queries option for Swimlanes and create swimlanes based on JQLs thus:
"Epic Link"=XYZ-100
"Epic Link"=XYZ-101
"Epic Link"=XYZ-102
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Chris ,
Ensure that the swimlanes configuration for epics is not excluding certain issues from being displayed because sometimes the swimlanes configurations can would have been filtered out issues based on certain conditions. if not check with the filter criteria to make sure its not inadvertently excluding issues in the Backlog status. Your current filter query appears to be focused on specific Epics, but its essential to confirm that its not excluding issues in the Backlog status. The other way might be with the permission that the user viewing the board has necessary permission to see the issues in the Backlog status. permission settings can restrict the visibility of the certain issues. or the least might be Temporarily disable swimlanes to see if the issues in the Backlog status appear correctly without them. This can help isolate whether the swimlanes are causing the issues.
Thank You,
Sumukh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My filter query does not filter out anything from the Backlog status. If I Base Swimlanes on: No Swimlanes, then all of the issues are displayed. If it is set to Epics, then the Backlog column says there are 9 issues, but they are not displayed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is backlog one of the columns that is mapped to your board? Or is backlog set up to be the backlog for the kanban board?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The backlog is set as a column and its own status as well that is mapped to that column. The board isn't showing any of the issues in any column
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.