Core Identity Fields
These fields identify the work item and are always loaded.Scheduling and Date Fields
Planningboard uses both actual and planned dates to support baseline planning and schedule variance tracking.start_date and end_date drive plan assignment logic. planStartDate and planEndDate are stored for baseline reference only and do not affect which Plan an item is placed in.Effort and Capacity Fields
These fields power the capacity bar and capacity load calculations. Planningboard deriveseffort, effortDone, and effortTodo from Polarion’s time-tracking fields or from a custom capacity field (configured via the capacityField widget parameter).
Effort Calculation Modes
Related Widget Parameters
See Capacity Parameters for the full parameter listing.
Resource Assignment Fields
These fields control which swimlane an item appears in and support multi-resource assignment scenarios.resourceIds stores all assignees when multiple users are assigned. However, Planningboard’s capacity load does not distribute effort across multiple assignees — the item’s full effort appears under each assigned swimlane. This is a known limitation relative to Nextedy GANTT’s multi-assignee support. See Assignee Mode for details.Assignment Mode Impact on Resource Fields
See Assignment Modes for configuration details for each mode.
Dependency Fields
Dependency links are visualized as arrows on the board when Show Dependencies is enabled in the toolbar. The link roles that define dependency relationships are configured via the
Dependency Roles widget parameter.
See Work Items Parameters for the PARAMETER_DEPENDENCY_LINK_ROLE setting.
Sidebar Display Fields
When a user clicks a card, the Work Item Properties sidebar opens. The fields shown in the sidebar are configured via theSidebar Fields widget parameter (PARAMETER_SIDEBAR_FIELDS).
Additional fields can be added by listing their Polarion field IDs in the sidebar fields configuration. Users can also personalize visible fields using the gear icon in the sidebar; these personal selections apply only to that user and affect all work items of the same type.
Card Display Fields (Item Script)
The content of each card is customizable via the Item script in the Advanced Parameters section. ThewiFields API exposes work item fields for rendering.
Commonly Used Fields in Item Scripts
wiFields API surface.
Work Item Type Filtering
ThewiType widget parameter restricts which work item types are loaded onto the board. Only items matching the specified type ID are shown; items of other types are excluded from both the board and the unplanned sidebar.
Changing the work item type also affects which enum field values are available in the Rows Filter for Enumeration Field swimlane mode — enum options are type-specific and reflect the per-type enumeration configuration in Polarion.
Query and Scope Fields
These parameters determine which work items are loaded onto the board.Configuration Example
The following widget parameter excerpt shows a typical Work Items configuration referencing these fields:sidebarFields takes a comma-separated list of Polarion field IDs. Use exact field IDs as they appear in your Polarion project configuration — wrong IDs fail silently.Limitations
- No multi-assignee effort distribution. When a work item has multiple assignees (
resourceIds), its full effort is counted under each assigned swimlane rather than split proportionally. This differs from Nextedy GANTT behavior. - Sub-item effort distribution not supported. Capacity bars reflect effort on the direct work item only; child item effort is not automatically rolled up.
- Enum swimlane restrictions. The
status,resolution, andtypebuilt-in Polarion fields cannot be used as Enumeration Field swimlane sources. - Parent mode and normalization. Assignment mode Parent Item (
PARENT) does not support plan normalization (planCellsMode). - Calculation type consistency. All Plans in the project must use the same calculation type. Mismatches produce incorrect capacity totals with no runtime error.
Related Reference Pages
- Work Items Parameters — widget parameters for filtering and displaying work items
- Capacity Parameters — effort, capacity, and teams service parameters
- Assignment Modes — how resource fields map to swimlanes
- Item Script API —
wiFieldsAPI for card content customization - Plan Fields — fields on Plan objects (columns)
- Resource Fields — fields on resource (assignee/team) objects