What this guide covers
When you enable the New Plan feature in widget parameters, Planningboard generates new Plans from a template. This guide shows you how to configure the template parameters — name pattern, ID pattern, duration, parent, and optional team expansion — so every new Plan follows your project’s naming conventions.Prerequisites
- Planningboard widget already embedded in a Polarion LiveDoc or Wiki page
- Widget parameters accessible (page editor or administration)
- At least one existing Plan in the project (auto-numbering extracts the sequence start from the last matching Plan)
1
Enable the New Plan feature
- Open the page containing your Planningboard widget and enter edit mode.
- Open the widget parameters panel.
- Locate the New Plan section and enable it.
2
Set the Template ID
The
Template ID parameter tells Polarion which plan template to use (for example iteration or release). This controls the Plan type that gets created.3
Configure name and ID patterns
Two pattern parameters control what the new Plan is called and what identifier it receives:This produces Plans named Iteration 4, Iteration 5, etc., with IDs
The
{planNum} placeholder is replaced by an auto-incremented integer. Planningboard determines the next number by:- Querying for existing Plans matching the same template ID and project.
- Extracting
{planNum}from the last matching Plan’s ID. - Incrementing by 1.
- Defaulting to
1if no matching Plans are found.
Example — single-team iterations
iteration_4, iteration_5.Example — SAFe-style naming with dashes
4
Set a Parent Plan (optional)
If your project contains multiple release versions and you want new iterations created under a specific parent, set the Leave this blank to place new Plans at the root level of the project.
Parent ID parameter:5
Set the Plan duration
New Plan Duration defines how long each generated Plan spans. Enter the duration in days:Last Plan Query and Last Plan Sort if configured), then placing the new Plan immediately after it.Date calculation fallback sequence:6
Configure Last Plan Query (optional)
By default, Planningboard finds the “last plan” by querying all Plans in the project with the same template ID, sorted by due date (latest first). You can override this with a custom Lucene query:Leave both blank to use the default behavior.
7
Enable Teams (optional)
If your board uses multiple teams, enable the Enable Teams option and define team name/ID pairs. When Teams are enabled, clicking the plus (+) button creates one new Plan per team in a single operation.This produces Plans named Alpha Team - Iteration 4 and Beta Team - Iteration 4 simultaneously.
8
Create a Plan
- Save the widget parameters.
- Return to the board view and click the plus (+) button in the toolbar.
- A confirmation dialog appears showing the calculated values (name, ID, dates, parent).
- Review the values and confirm.
Verification
You should now see:- The new Plan column in the board with the name matching your
Plan Name Pattern. - The Plan ID in Polarion matching your
Plan ID Patternwith the correct sequence number. - The Plan’s start and end dates consistent with the previous Plan’s end date plus the configured duration.
- If Teams are enabled, one column per team created in a single operation.
Configuration summary
See also
- Bulk Plan Creation — create multiple Plans at once via script
- Create Plans — manually create and manage Plans on the board
- Widget Parameters Overview — full reference for all widget parameters
- Configure Plans (Columns) — control which Plans appear as columns
- SAFe Plan Naming Conventions — naming patterns for SAFe hierarchies
- SAFe Planning Workflows — end-to-end SAFe configuration guide