Overview
When a work item has multiple values in its grouping field (for example, two assignees or two team tags), Nextedy PLANNINGBOARD can show that card in every relevant swimlane row simultaneously. This lets you plan across assignees or categories without losing visibility of shared items. Multi-valued swimlane grouping works for two assignment modes:Before You Start
- You have a Planningboard widget configured on a Polarion Wiki page or LiveDoc.
- Your work items have a custom field of type multi-value enumeration (e.g., a
teamfield that can hold multiple values) or a multi-user field. - The field is registered in Polarion and available for the work item type shown on the board.
1
Open Widget Configuration
- Navigate to the Polarion page that contains your Planningboard widget.
- Expand the Tools panel and click the Edit button to open the widget configuration.
- Go to the Swimlanes (Rows) section.
2
Select the Assignment Mode
For multi-valued enumeration fields:
- Set Assignment Type to Enumeration Field.
- In Field ID, enter the exact identifier of your multi-value enum field (for example,
team).
- Set Assignment Type to Users (Assignee).
- Confirm that the field you intend to group by supports multiple user values in your Polarion project configuration.
3
Optionally Limit Visible Rows
If your enumeration has many values and you only want certain ones to appear as swimlane rows:
- Click the Rows Filter field.
- Select the enum values you want to display. Leaving the filter empty shows all values.
4
Save and Refresh
- Save the widget configuration.
- If the board does not update immediately, click Refresh (the refresh button in the board toolbar) to reload data from the server.
How Multi-Valued Rows Appear
Team Alpha and Team Beta), so it appears in both rows. WI-105 has no team value and appears in the special Not Assigned/Other row.
Each swimlane row receives a unique internal row ID even when the same work item appears in multiple rows — this prevents rendering conflicts.
Removing a Value by Drag and Drop
You can remove a specific field value from a work item by dragging its card from that value’s swimlane row into the Not Assigned/Other row:- Dragging WI-101 from Team Beta to Not Assigned/Other removes
Team Betafrom its team field — but keepsTeam Alpha. - The card then disappears from the Team Beta row and remains in Team Alpha.
- The change persists after a board refresh.
Troubleshooting
Board shows “field is not enumeration” error The field referenced in Field ID is not typed as an enumeration in Polarion. Verify the field type under Administration → Work Items → Custom Fields. OnlyIEnumType fields and IListType fields whose items are IEnumType are supported.
Items appear in only one row despite multiple field values
Check your Planningboard version. Multi-enum swimlane display requires the feature to be active in your installed version. If you are on an older release, contact Nextedy support to confirm availability.
After changing Work Item Type, the Rows Filter shows different options
This is expected behavior. Enum values are configured per work item type in Polarion, so the available filter options reflect the selected type’s configuration.
Config changes do not take effect
If a configuration property change does not appear to apply, make a minor edit and save the Configuration Properties again to force a reload. This is a known quirk with some Polarion configuration caches.
Multi-enum swimlane support was committed as a planned feature for matrix-organization resource capacity forecasting. Confirm that your installed version includes this capability before building workflows that depend on it.
Limitations
- The built-in
status,resolution, andtypefields are not supported as swimlane grouping fields. - Swimlane sort order is tied to item sort order — independent sorting of swimlanes versus items within them is not currently supported. See Sort Swimlanes for available options.
- Capacity bar calculations when a work item appears in multiple swimlanes simultaneously may not distribute effort across rows. Verify capacity totals in your setup.
- Read-only access (unlicensed users) preserves full board visibility including multi-valued rows, but drag-and-drop operations to reassign values are blocked.
You Should Now See
After saving and refreshing, work items with multiple enum or user values appear in each corresponding swimlane row. The Not Assigned/Other row shows items with no value set for the grouping field. Dragging a card from a specific row to Not Assigned/Other removes only that row’s value from the field.See Also
- Enumeration Field Swimlanes — single-value enum swimlane setup
- User and Assignee Swimlanes — user-based swimlane configuration
- Configure Swimlanes (Rows) — full swimlane widget parameters reference
- Sort Swimlanes — controlling swimlane row order
- Filter Swimlanes by Plan Range — hide swimlanes outside active plan dates
Sources
Sources