When to use this mode
No Swimlanes mode is the right choice when:- You want a high-level overview of work across Plans without the visual complexity of row groupings
- Swimlane separation by assignee, parent item, or field value adds noise rather than clarity
- You are running a quick planning pass focused only on which Plan (column) each item belongs to
- Your board has a small or mixed set of items where per-user or per-feature rows would create mostly empty space
Steps
1. Open the widget parameters
On the Polarion page containing your Nextedy PLANNINGBOARD widget, switch to edit mode and open the widget configuration panel. Navigate to the Swimlanes (Rows) section.2. Set the Assignment Type to No Swimlanes
In the Assignment Type dropdown, select No Swimlanes.3. Save and refresh
Save the widget parameters and reload the board. All work items will now appear in a single row per Plan column, without any swimlane headers or row dividers.What changes on the board
Configuration example
The following widget parameter excerpt shows a board configured with no swimlane grouping:assignmentMode property accepts NONE as the value that corresponds to the No Swimlanes option. All other swimlane properties (userRole, enumFieldId, parentWorkItemType, and similar) are ignored when assignmentMode is NONE.
The
showEmptySwimlanes property has no effect in No Swimlanes mode — there are no lanes to show or hide.Capacity bars in No Swimlanes mode
Capacity bars are calculated per swimlane. When No Swimlanes mode is active there is only one logical row per board, so capacity tracking across individual assignees or teams is not available in this configuration. If your planning workflow requires per-user or per-team capacity visibility, you need a swimlane assignment type that creates a row per resource — such as Users (Assignee) or an Enumeration Field grouping. See Configure Capacity Tracking for details.Drag and drop in No Swimlanes mode
Drag and drop continues to work in No Swimlanes mode. Dragging a card between columns reassigns it to a different Plan. Because there are no rows, dropping a card anywhere within a column places it in that Plan — there is no swimlane constraint to satisfy.Switching back to a swimlane type
To re-enable swimlane grouping at any time:- Open the widget parameters.
- Go to Swimlanes (Rows).
- Select a different Assignment Type (for example, Users (Assignee), Enumeration Field, or Parent Item).
- Configure the type-specific fields that appear.
- Save and refresh.
Verification
After completing the steps above, you should see:- No swimlane header rows on the board — only Plan column headers remain
- All work items displayed as cards stacked within their respective Plan columns
- No capacity bar indicators in the row area
- Drag and drop active for moving cards between Plan columns
See also
- Swimlanes overview
- Configure Swimlanes (Rows)
- User and Assignee Swimlanes
- Parent Item Swimlanes
- Enumeration Field Swimlanes
- Configure Capacity Tracking
- Prioritize Work Items
Sources
Sources
KB Articles
- Swimlane Assignment Types
- Filter user swimlanes by Plan range
- Sorting of Swimlanes (Parent Item Assignment Type)
PlanningBoardWidgetDependenciesProcessor.javalicenseReadonly.cy.tsPlanningBoardWidget.javaAssignmentMode.javaPlanningBoardWidgetRenderer.java