This feature requires Planningboard 25.12.0 or later. An earlier property (
nextedy.planningboard.activeTeamAssignmentsOnly=true) introduced in 25.3.0 is deprecated as of 25.12.0 — migrate to the new property described below.Prerequisites
Before enabling this filter, confirm that your board meets both of the following requirements:- The Polarion project has Teams and Team Assignments configured (users are assigned to teams with specific date ranges).
- The Planningboard widget uses Users (Assignee) as the swimlane assignment type, with swimlane users derived from Team Assignments.
Steps
1. Open Polarion Administration Configuration Properties
In Polarion, navigate to Administration > Configuration Properties for the project (or at the global level if you want this behavior across all boards in the instance).2. Add the property
Add the following line to Configuration Properties:3. Reload the board
Refresh the Planningboard page. Users with no Team Assignment overlapping the date range of the currently displayed Plans will no longer appear as separate swimlane rows. Any work items previously assigned to those users are now grouped under the Not Assigned/Other swimlane row.How it works
Also filter the Plans shown (recommended)
Filtering swimlane rows by Team Assignment range is most effective when you also restrict the Plans (columns) shown on the board to the same team. Without this second step, the board may display iterations belonging to other teams alongside the filtered swimlanes, which can be confusing. To filter iterations by team using a page parameter, pass ateam page parameter in your Planningboard widget and configure a Plans query that references it. See Dynamic Filtering with Page Parameters for the full setup, and Configure Plans (Columns) for Plans query syntax.
What happens to items assigned to hidden users
When a user is hidden because they have no Team Assignment in the current Plan range:- Their swimlane row is removed from the board.
- Any work items assigned to them appear in the Not Assigned/Other row at the bottom of the board.
- This signals that those items are unlikely to be completed by that person within the shown Plans, and should be reassigned or rescheduled.
Reverting to the deprecated property
If you are on an older version of Planningboard (25.3.0–25.11.x) and cannot upgrade, the earlier property hides only users with Team Assignments entirely in the past, regardless of the shown Plan range:nextedy.planningboard.activeTeamAssignmentsInPlanRangeOnly=true when you upgrade.
Verification
After saving and refreshing:- The board should show only the swimlane rows for users whose Team Assignment date range overlaps the Plans currently displayed.
- Users outside that range should be absent from the row list.
- Any items that were assigned to now-hidden users should appear in the Not Assigned/Other swimlane at the bottom.
See also
- User and Assignee Swimlanes — configure the swimlane assignment type that this filter applies to
- Filter Swimlanes by Plan Range — related Plan-range filtering approach
- Configure Swimlanes (Rows) — full swimlane widget parameter reference
- Dynamic Filtering with Page Parameters — filter both swimlanes and Plans by team using page parameters
- Set Up Teams Service — prerequisite: configuring Teams and Team Assignments in Polarion
Sources
Sources
KB Articles
- Filter user swimlanes by Plan range
- Swimlane Assignment Types
- Sorting of Swimlanes (Parent Item Assignment Type)
filterMultiSwimlaneRows.cy.tsPlanningBoardWidgetRenderer.javalicenseReadonly.cy.tsAssignmentMode.javaPlanningBoardWidget.java