Skip to main content
This mode is the simplest possible board layout. It is controlled by the assignmentMode widget parameter.

Parameters

Swimlanes (Rows) Parameters

When assignmentMode is set to none, the following swimlane parameters become inactive and their values are not evaluated by the board:
See Swimlanes (Rows) Parameters for the full parameter reference for all assignment modes.

Behavior

Board Layout

In No Swimlanes mode the board displays a single undivided content area spanning the full board height. Work items appear as cards in their assigned Plan columns without any row segmentation. The board still shows Plan columns (governed by the Plans (Columns) Parameters) and the Unplanned Sidebar when enabled.

Resource Assignment

Because there are no swimlanes, no resource field is written when a card is dragged between columns. Moving a card from one Plan column to another updates only the work item’s Plan membership — the assignee, parent, enumeration field, or any other field that the other assignment modes write is not changed.

Capacity Bars

Per-swimlane capacity bars are not rendered in this mode. The capacityLoad and multiCapacityLoad parameters remain functional for total Plan-level capacity display if configured, but there is no per-row capacity breakdown.

Drag and Drop

Drag and drop operates across Plan columns as normal. Cards can be moved freely between Plan columns, and within a column cards can be reordered to express priority. Because there are no swimlane rows, drag targets are the Plan column areas only — there is no row constraint.
In Parent Item Mode, dragging a card to the wrong parent’s swimlane causes the board to automatically reposition the card to the correct row. No Swimlanes mode has no such constraint — cards move freely to any column.

Sort Order

Work items within each Plan column follow the sort order defined in the Work Items widget parameters (sortField, sortOrder). See Work Items Parameters.

Widget Parameters Visibility

The Planningboard widget parameter panel dynamically hides swimlane-specific fields when assignmentMode is set to none. The following configuration sections are not shown:
  • User Role (shown only for Assignee mode)
  • Resource Field / Field ID (shown only for Enumeration Field mode)
  • Selected Rows / Rows Filter (shown only for Enumeration Field mode)
  • Parent Role / Parent Query / Sort By (shown only for Parent Item mode)
  • ART ID (shown only for SAFe Train Team mode)
This is controlled by PlanningBoardWidgetDependenciesProcessor, which hides irrelevant fields based on the selected assignment mode. No additional manual steps are required to hide them.

Configuration Example

The following widget parameter snippet activates No Swimlanes mode. The board will show work items of type task spread across the five nearest upcoming Plans, with no row grouping.
In the widget editor, navigate to Swimlanes (Rows) and set Assignment Type to No Swimlanes. The remaining fields in the Swimlanes section collapse automatically.

Board Layout Diagram

Board layout in No Swimlanes mode: Sprint 1, Sprint 2, and Sprint 3 columns each holding a flat stack of task cards (TASK-1 through TASK-7) with no row segmentation, and an empty Backlog column

When to Use

No Swimlanes mode is suited for the following scenarios:
In No Swimlanes mode, all items share a single vertical space per column. Use the query parameter (for example type:feature AND priority:high) to keep card counts manageable and the board readable.

Limitations

  • No per-lane capacity tracking. Capacity bars show totals per Plan column only. Per-assignee, per-team, or per-parent capacity breakdowns require a different assignment mode.
  • No resource write on drag. Moving a card between columns does not update any assignment field. If you need drag-and-drop to also reassign work items, select Assignee Mode, Enumeration Field Mode, or another mode that writes a field on drop.
  • No swimlane-based filtering. The “Rows Filter” and user-role filter capabilities of other modes are unavailable. Filtering must be achieved through the work-item query parameter instead.

KB Articles
  • Swimlane Assignment Types
  • Filter user swimlanes by Plan range
  • What is ‘Normalization’
Support TicketsSource Code
  • PlanningBoardWidgetRenderer.java
  • PlanningBoardWidgetDependenciesProcessor.java
  • PlanningBoardWidget.java
  • PlanningBoardDataService.java
  • AssignmentMode.java
Last modified on July 10, 2026