> ## Documentation Index
> Fetch the complete documentation index at: https://learn.nextedy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Widget Parameters

> Widget parameters configure each Nextedy PLANNINGBOARD instance embedded in a Polarion LiveDoc or Wiki page.

<Frame>
  <img src="https://mintcdn.com/none-17b4493f/vfRg9jxXRntLqZFW/planningboard/diagrams/reference/widget-parameters/index/diagram-1.svg?fit=max&auto=format&n=vfRg9jxXRntLqZFW&q=85&s=455d4fd29583f4e1c51d0479fe3fee62" alt="Widget parameter groups tree: the Planningboard Widget embedded in a Polarion Page branches into the seven parameter groups — Plans (Columns), Swimlanes (Rows), Work Items, Capacity, UI and Display, SAFe, and Advanced — with example parameters and their purpose" width="1400" height="310" data-path="planningboard/diagrams/reference/widget-parameters/index/diagram-1.svg" />
</Frame>

## Parameter Reference Pages

**[Plans (Columns) Parameters](/planningboard/reference/widget-parameters/plans-parameters)** — Parameters that control which Plans appear as columns on the board, including Plan queries, Plans mode selection, and Plan range filtering.

**[Swimlanes (Rows) Parameters](/planningboard/reference/widget-parameters/swimlanes-parameters)** — Parameters that define how work items are grouped into swimlanes: the swimlane assignment type, sort order, and filtering rules.

**[Work Items Parameters](/planningboard/reference/widget-parameters/work-items-parameters)** — Parameters that specify which work items are loaded onto the board, including work item type filters and item queries.

**[Capacity Parameters](/planningboard/reference/widget-parameters/capacity-parameters)** — Parameters for configuring capacity bars per swimlane, the capacity field used for effort, and capacity normalization behaviour.

**[UI and Display Parameters](/planningboard/reference/widget-parameters/ui-parameters)** — Parameters controlling card content, board appearance, and highlighting rules (for example, items planned after their due date).

**[SAFe Parameters](/planningboard/reference/widget-parameters/safe-parameters)** — Parameters specific to SAFe planning modes, including SAFe Sprints, Program Increments, and Solution Trains.

**[Advanced Parameters](/planningboard/reference/widget-parameters/advanced-parameters)** — Scripting hooks and low-level override parameters for custom card rendering, item scripts, and configuration scripts.

<Tip title="Whitespace sensitivity">
  Capacity configuration parameters are whitespace-sensitive. Copy parameter values exactly as shown in the reference pages — leading or trailing spaces can produce unexpected results.
</Tip>

## Common Tasks

* Configure a Plan query to select which Plans appear: [Plans (Columns) Parameters](/planningboard/reference/widget-parameters/plans-parameters)
* Set up swimlanes by assignee, parent item, or enumeration field: [Swimlanes (Rows) Parameters](/planningboard/reference/widget-parameters/swimlanes-parameters)
* Enable and tune capacity bars: [Capacity Parameters](/planningboard/reference/widget-parameters/capacity-parameters)
* Customise which fields appear on cards: [UI and Display Parameters](/planningboard/reference/widget-parameters/ui-parameters)
* Add scripting hooks for advanced board logic: [Advanced Parameters](/planningboard/reference/widget-parameters/advanced-parameters)

<Accordion title="Sources">
  **KB Articles**

  * Planningboard Widget Parameters
  * Planningboard: Customizable Statistics and Capacity Indicators
  * Planningboard interface & basic interactions

  **Support Tickets**

  * [#6607](https://support.nextedy.com/helpdesk/tickets/6607)
  * [#6546](https://support.nextedy.com/helpdesk/tickets/6546)
  * [#6705](https://support.nextedy.com/helpdesk/tickets/6705)

  **Source Code**

  * `PlanningBoardWidget.java`
  * `widget.vm`
  * `PlanningBoardWidgetRenderer.java`
  * `Config.java`
  * `planningboard.js`
</Accordion>
