Skip to main content

Before you start

Open the widget parameters editor for your Nextedy PLANNINGBOARD widget. In Polarion, edit the LiveDoc or Wiki page containing the widget, then click the widget’s parameter icon to open the Parameters for Plans (Columns) section.
1

Choose a Plans type

The Plans Type parameter (plansMode) determines which type of Plans are loaded as columns. Select the value that matches your project setup:
Selecting any SAFe Plans Type changes the configuration fields available in the widget parameters panel — the Plans query field is replaced by SAFe-specific fields. SAFe modes also require a Polarion SAFe Solution license. If you need a SAFe configuration, contact support for guided setup.
The Plan items section (Scope, Query, Type) and the Sync to parent option are only available when Project Plans (PROJECT_PLANS) is selected. These sections are hidden for SAFe modes because Plans are auto-discovered from the SAFe structure.

2

Define which Plans appear (Project Plans mode)

When using Project Plans mode (PROJECT_PLANS), use the Plans field (plansQuery) to specify a Lucene query that filters which Plans appear as columns.Leave the field empty to load Plans automatically, or enter a query to restrict the set. Example: to show only Plans of a specific type:
To show Plans matching a custom field value:
Instead of writing a query that enumerates specific Plans by ID, use Show # of last plans and Show # of next plans (see Step 3) to keep the board focused on the current planning window. This approach requires no query maintenance as Plans are created.

3

Set the planning window (last and next plan counts)

Two parameters control how many Plans are displayed:
  • Show # of last plans (lastPlans, default 1) — how many completed or past Plans to include to the left of the current Plan.
  • Show # of next plans (nextPlans, default 5) — how many upcoming Plans to include to the right.
Example scenario: A team currently in Iteration 6 with lastPlans = 2 and nextPlans = 3 will see Iterations 4, 5, 6, 7, 8, and 9 on the board.
Board window showing Iterations 4-9, grouped into Past (lastPlans=2), Current, and Future (nextPlans=3)
Loading many Plans at once increases the number of work items fetched. Keep the window to a practical range (typically 1–2 past, 3–6 future) to avoid slow board rendering on large projects.

4

Enable capacity load visualization

Turn on the Show Capacity Load toggle (capacityLoad, default false) to display a capacity bar at the top of each Plan column. The capacity bar shows how much of the swimlane’s capacity has been consumed by planned work items.When enabled, hovering over a Plan column’s capacity bar opens a tooltip with a detailed capacity breakdown per swimlane.
Capacity bar tooltip showing Capacity, Done, Todo, Over-planned, and Available values for a Plan column
See Configure Capacity Tracking for how to configure the capacity calculation (field, hours per day, normalization, and multi-capacity modes).
5

(Optional) Assign work items to the parent Plan automatically

The Assign to Parent Plan toggle controls whether a work item dropped onto a Plan column is also automatically planned into that Plan’s parent Plan.
  • Disabled (default): The work item is planned only in the target Plan (e.g., Iteration 4).
  • Enabled: The work item is planned in both the target Plan and its parent Plan (e.g., Iteration 4 and Version 1.0).
Work Item Properties sidebar showing a card planned only in Iteration 4 when Assign to Parent Plan is disabled
Work Item Properties sidebar showing the same card now also planned in Version 1.0 when Assign to Parent Plan is enabled
Use this when your project hierarchy requires work items to appear at both iteration and release levels.
6

(Optional) Add a report link on Plan column headers

The Report Link field (planLink, default: /polarion/#/project/${plan.objectId.projectId}/plan?id=${plan.objectId.itemId}) defines a URL that opens when a user clicks a Plan column label. The URL supports template variables resolved per Plan:Example — link to a custom Wiki report parameterized by Plan:
The built-in default opens the Plan detail page in Polarion. Only change this if you want column clicks to open a custom report or dashboard instead.

Configuration example

The following shows a complete Plans (Columns) configuration for a Scrum team using standard Polarion iterations, displaying one past iteration and four upcoming ones, with capacity load enabled:

Verification

After saving the widget parameters, reload the board. You should now see:
  • Plan columns matching your query and count settings, ordered chronologically from past (left) to future (right).
  • Capacity bars visible at the top of each column if Show Capacity Load is enabled.
  • Clicking a Plan column header navigates to the configured report link (or the Plan detail page if using the default).
If columns do not appear, check the Widget Parameters Overview to confirm the parameter values were saved, and see Troubleshooting Common Errors if Plans remain empty.

See also

KB Articles
  • Planningboard Widget Parameters
  • Planningboard interface & basic interactions
  • Planningboard: Customizable Statistics and Capacity Indicators
Support TicketsSource Code
  • PlanningBoardWidget.java
  • Config.java
  • widget.vm
  • Item.java
  • viewSetup.vm
Last modified on July 10, 2026