Prerequisites
- A Planningboard widget is already embedded in a Polarion LiveDoc or Wiki page.
- The Polarion project has at least one custom field of enumeration type (or a list-type field whose items are enum values) defined for the work item type you plan to display.
- You have edit access to the page containing the widget.
1
Open the Widget Configuration
- Open the Polarion page containing your Planningboard widget.
- Switch the page to Edit mode (click the page-level Edit button in the Polarion rich-page editor toolbar).
- Expand the Tools panel on the widget.
- Click the widget Edit () button to open the Widget Parameters dialog.
2
Set Assignment Type to Enumeration Field
- In the Widget Parameters dialog, navigate to the Swimlanes (Rows) section.
- Open the Assignment Type dropdown.
- Select Enumeration Field.

3
Configure the Field ID
In the Field ID input, enter the exact identifier of the enumeration custom field you want to use as the grouping criterion.For example, if your project has a custom field whose ID is The field ID must match the identifier as it is defined in Polarion Administration — it is case-sensitive. Common choices include fields such as
team, enter:team, severity, or priority (when those are custom enum fields on your work item type).4
Optionally Apply a Rows Filter
The Rows Filter (optional) limits which enumeration values appear as swimlane rows.
- Leave empty to display all enum values as rows (default — shows all).
- Select specific values to restrict the board to only those swimlanes.
- Click the Rows Filter selector.
- A multi-value selection dialog opens, listing all available enum values for the configured field and work item type.
- Select the values you want displayed as swimlane rows.
- Confirm the selection.
Available values in the Rows Filter depend on the work item type displayed on the board. If you change the work item type, the available enum options in the filter will update accordingly.
5
Add a Report Link (Optional)
You can attach an optional Report Link to the swimlane configuration. This lets you navigate from a swimlane directly to a related Polarion report filtered by that field value. Enter the report URL or leave blank.
6
Save and Verify
- Click Save (or OK) in the Widget Parameters dialog.
- Exit page edit mode.
- The Planningboard reloads and displays one swimlane row per enum value present in the loaded work items (or per the filtered selection you configured).
Showing Empty Swimlanes
By default (showEmptySwimlanes = false), Planningboard hides swimlane rows that contain no work items. To show all enum values as rows even when they are empty, enable Show Empty Swimlanes in the widget parameters.
Multi-Value Enum Fields
If the enumeration field on your work items allows multiple values (list-type with enum items), each card can appear in more than one swimlane — one row per value it holds.Troubleshooting
Cards all appear in a single row or in “(none)”
- Confirm the Field ID exactly matches the Polarion custom field identifier (case-sensitive).
- Confirm the field is of enumeration type (or a list-type whose items are enum values). Status, resolution, and type fields are not supported.
- Confirm work items in the board’s query actually have values set for that field.
The Rows Filter shows no values
- This usually means the field ID does not resolve to an enum field for the currently configured work item type. Verify the field ID and the work item type selection in the widget parameters.
A swimlane row is missing for a value I expect
- The Rows Filter may be limiting visible rows — open it and check the selection.
showEmptySwimlanesmay be off: rows with no matching items are hidden by default.
You Should Now See
Your Planningboard displays one horizontal swimlane row per enumeration value (filtered to your selection if a Rows Filter is set). Work items are grouped into rows by their field value, and dragging a card between rows updates that field’s value on the underlying Polarion work item.
See Also
- Configure Swimlanes (Rows) — overview of all swimlane settings
- User and Assignee Swimlanes — group rows by assignee instead of a custom field
- Parent Item Swimlanes — group rows by parent work item
- Multi-Valued Field Swimlanes — details on multi-value enum behavior
- Sort Swimlanes — control the vertical order of swimlane rows
- Widget Parameters Overview — full parameter reference
Sources
Sources