I’m trying to use query-based swimlanes on a Jira Cloud Kanban board, but no swimlane headers are ever displayed. All issues appear in a single flat lane, even though:
Swimlanes are configured to use Queries in Board settings
The JQL for each swimlane is valid and returns issues in the issue navigator
Those same issues are visible on the board itself
Concretely, I’m trying to show:
A Generally Available swimlane for issues in the latest released fixVersion
A Pending Release swimlane for issues in the earliest unreleased fixVersion
An Everything Else lane for all other issues on the board
Instead, I see no swimlanes with all cards clumped together on the board.
Open a Kanban board.
Go to Board settings → Swimlanes and set:
Base swimlanes on = Queries
Add swimlane Generally Available with:
fixVersion = latestReleasedVersion(SOP)Add swimlane Pending Release with:
fixVersion = earliestUnreleasedVersion(SOP)Keep the default Everything Else lane.
Confirm the JQL returns results in Issues → Search and that those issues also appear on the Kanban board.
Return to the board and toggle Group by between None, Epic, and Queries.
Actual result:
The board shows no swimlane headers at all (Generally Available, Pending Release, Everything Else are never rendered). All issues appear in a single flat lane regardless of the Group by option.
Expected result:
The board should display separate horizontal swimlanes for each configured query (Generally Available, Pending Release, and Everything Else), containing the matching issues.
Hi @marty_chang
Can you please show images of your board configuration.
"The default Kanban board sub-filter ((fixVersion in unreleasedVersions() OR fixVersion is EMPTY)), removes issues from the board if they don't have the Fix Versions field in their configured screen or if it's set to hidden in the field configuration"
Is this the case?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.