Overview
Core Properties
Plans Mode Options
TheplansMode parameter selects how Plans are sourced and organized as columns.
When
plansMode is set to a SAFe variant, the widget configuration panel shows different fields than the Project Plans (PROJECT_PLANS) mode. If you need a SAFe Plans mode, contact Nextedy support for configuration guidance.Controlling How Many Plans Are Shown
ThelastPlans and nextPlans parameters control the visible window of Plans around the current date.
Example — show 2 past iterations and 4 upcoming:
Plans Query
WhenplansMode is set to Project Plans (PROJECT_PLANS), the plansQuery parameter accepts a Lucene query string to restrict which Plans appear as columns.
Example — show only Plans with a specific template type:
Capacity Load
EnablingcapacityLoad adds a capacity bar to each Plan column header, showing how loaded that Plan is relative to its defined capacity.
For full capacity configuration details, see Capacity Parameters.
Assign to Parent Plan
When a work item is dragged onto the board and planned into a child Plan (for example, an Iteration under a Version), theAssign to Parent Plan option controls whether the item is also automatically planned into the parent Plan.
Behavior with this option disabled — a work item dragged into Iteration 4 is planned only in Iteration 4.
Behavior with this option enabled — the same item is also planned into Version 1.0 (Iteration 4’s parent Plan) automatically.
The exact widget-parameter key name for the Assign to Parent Plan option is not exposed in the available source context. Configure this option through the widget’s configuration panel in Polarion.
Report Link (Column Header Link)
TheplanLink parameter defines the URL that opens when a user clicks on a Plan column header. The URL template supports variable substitution using ${plan.*} placeholders.
Available template variables:
Example — link to a custom Wiki report page parameterised by Plan:
${plan.objectId.projectId} and ${plan.objectId.itemId} values are substituted at render time.
New Plan Creation
The New Plan section of the widget parameters enables creating new Plans directly from the Planningboard toolbar. When enabled, a + button appears in the toolbar.New Plan Properties
Plan Naming Patterns
New Plans are named and identified using pattern strings with{planNum} and {teamName} / {teamId} placeholders.
Placeholder reference:
Example — create iteration Plans without Teams:
template.id:iteration in the project, extracts the number from its ID, increments it, and proposes the next Plan name and ID for confirmation.
Example — create Plans with Teams enabled:
Parent Plan and Duration
Last Plan Query and Sort
These parameters control how the system finds the “last” existing Plan when computing the next auto-number.
Teams
When Enable Teams is turned on, the New Plan feature creates one Plan per configured team in a single operation.
Configuration Example
The following example shows a Project Plans (PROJECT_PLANS) configuration that displays 2 past iterations and 3 upcoming iterations, enables the capacity bar, and links column headers to a custom report page.
SPRINT_REPORT Wiki page filtered to that Plan. The capacity bar appears on each column.
Limitations
- Page parameters not supported in Plans configuration. Planningboard Plans column configuration does not evaluate Polarion page parameters (such as
$pageParameters.xxx) at runtime. Plans must be selected via staticplansQueryvalues or thelastPlans/nextPlanswindow. - SAFe Plans modes require support configuration. The SAFe Sprints in Program (
SAFE_SPRINTS), SAFe Sprints in Portfolio (SAFE_PFL_SPRINTS), SAFe Program Increments in Program (SAFE_PIS), and SAFe Program Increments in Solution (SAFE_SOLUTION) modes depend on a correctly configured Polarion SAFe Solution. The configuration UI changes based on the selected mode. Contact Nextedy support for SAFe-specific setup guidance. lastPlans+nextPlansaffects performance. Each additional Plan column increases data fetched. Large windows on busy projects may exceed themaxItemslimit or produce slow load times.
Related Parameters
Sources
Sources
KB Articles
- Planningboard Widget Parameters
- Planningboard interface & basic interactions
- Planningboard: Customizable Statistics and Capacity Indicators
PlanningBoardWidget.javawidget.vmConfig.javaPlanningBoardWidgetRenderer.javaPlanningBoardApiServlet.java