Skip to main content
This mode is one of the eight assignment modes available in Nextedy PLANNINGBOARD. See Assignment Modes for a full comparison.

Overview

Planningboard board in Parent Item Mode, showing swimlanes for Feature A, Feature B, and Feature C across Plan columns, each containing the User Story cards linked to that parent Feature
Key behaviour: When Parent Item Mode is active, Planningboard resolves each work item’s parent via the configured link role and places the card into the swimlane belonging to that parent. If you drag a card to the wrong swimlane, Planningboard automatically moves it back to the correct parent’s row. You cannot freely choose a swimlane — the parent relationship is enforced.
Parent Item Mode does not support plan normalization (planCellsMode). Capacity normalization across plan columns is unavailable when this assignment mode is selected.

Widget Parameters

Configure Parent Item Mode in the Widget Parameters panel under Swimlanes (Rows).

Swimlane Sort Order

The swimlaneSort parameter controls the vertical ordering of parent swimlanes. Available options depend on your Planningboard version and project configuration.
The exact enumeration values for swimlaneSort in Parent Item Mode are documented in the separate KB article Sorting of Swimlanes (Parent Item Assignment Type). Confirm available options in your installation.

Assignment Mode Properties

The following properties from AssignmentMode apply when Parent Item Mode is active.
The parentWorkItemType property (from AssignmentMode) can filter parent items by work item type. When set, only parent items of the specified type are loaded as swimlanes.

Drag-and-Drop Behaviour

Parent Item Mode enforces the parent–child relationship during drag-and-drop operations.
Unlike Assignee Mode or Enumeration Field Mode, you cannot freely reassign a work item to a different swimlane by dragging. The parent link on the work item determines its swimlane. To move a card to a different parent’s swimlane, update the parent link role on the work item directly in Polarion.

Limitations

  • Plan normalization (planCellsMode) is not supported in Parent Item Mode. Capacity bars will not reflect normalized values across plan columns.
  • Parent swimlanes are derived from the link role configured in parentRole. Work items with no matching parent link are not displayed unless the board is configured to show unlinked items separately.
  • The swimlane sort order is coupled to the item sort order in this mode — see the Planningboard generation guidance for details on this known constraint.

Configuration Example

The following example configures the Swimlanes (Rows) section of the widget to use Parent Item Mode, grouping User Stories by their parent Feature via the implements link role. Only Features matching a Lucene query are shown as swimlanes. Widget Parameters — Swimlanes (Rows):
Result: The board renders one swimlane per Feature returned by the query. Each swimlane contains the User Story cards linked to that Feature via the implements role. Dragging a User Story to a Feature swimlane it does not belong to causes the card to snap back to its correct parent’s row.
The Parent Query field uses standard Polarion Lucene query syntax. Combine field filters to narrow which parent items appear — for example, type:feature AND status:open to show only open Features.

KB Articles
  • Swimlane Assignment Types
  • Planningboard interface & basic interactions
  • Planningboard Widget Parameters
Support TicketsSource Code
  • PlanningBoardWidgetRenderer.java
  • PlanningBoardDataService.java
  • PlansMode.java
  • PlanningBoardWidgetDependenciesProcessor.java
  • planningboard.js
Last modified on July 9, 2026