How capacity is calculated
Before troubleshooting, it helps to know the two capacity modes:capacityLoad— tracks effort at the column (Plan) level usingremainingEstimate,initialEstimate, or a customcapacityField. Capacity bars appear per Plan column.multiCapacityLoad— tracks effort per swimlane cell, so each resource row shows its own capacity bar. Uses amultiCapacitymap keyed by capacity type name.
effortDone is set to the full effort value, and effortTodo is set to 0.
Symptom: capacity bar shows zero or is missing
Likely causes:capacityLoad is not enabled, the effort field is empty on work items, or the field name does not match what Planningboard expects.
Steps:
- Open the widget parameters for your Planningboard page.
- Confirm that
capacityLoadis set totrue. - Check that work items in the board have values in
remainingEstimateorinitialEstimate(whichever your configuration uses). Items with no estimate contribute zero effort. - If you are using a custom effort field, verify the
capacityFieldparameter exactly matches the field ID as defined in Polarion — field IDs are case-sensitive and any mismatch silently produces zero. - Save the widget parameters and refresh the board using the refresh button.
Symptom: per-swimlane capacity not showing (multiCapacityLoad)
Steps:- Confirm
multiCapacityLoadis enabled in the widget parameters. - Verify that each resource (swimlane) has capacity data available.
multiCapacityLoaduses amultiCapacitymap keyed by capacity type name — if the capacity type name does not match what the swimlane expects, that swimlane’s bar will be empty. - Check the assignment mode.
multiCapacityLoadis most effective with the Users (Assignee) (ASSIGNEE) or Enumeration Field (ENUM) assignment modes, where resource IDs are stable and well-defined. - If you use the Teams Service (
useTeamsService), verify the Teams Service is configured and returning team member data — Teams Service data overrides plan capacity values.
Symptom: effort values look wrong or inconsistent
- Check whether the affected work items are in a resolved state. Resolved items always contribute their full effort to
effortDoneand zero toeffortTodo— this is by design, not a bug. - If effort values appear rounded unexpectedly, note that Planningboard applies rounding to effort calculations. This is expected behavior.
- Confirm the
hoursPerDayconversion is set correctly if you are mixing time-based estimates with day-based capacity. A mismatch (for example, estimates in hours but capacity in days with the wrong conversion factor) produces misleading percentages.
Symptom: capacity shows correctly for some swimlanes but not others
Likely cause: The Parent Item assignment mode (PARENT) does not support plan normalization (planCellsMode). If you are using parent-item swimlanes, capacity normalization is unavailable for those swimlane rows.
Steps:
- Check the assignment mode. If it is set to Parent Item (
PARENT), capacity normalization is not supported — this is a product limitation, not a misconfiguration. - For Users (Assignee) (
ASSIGNEE) or Enumeration Field (ENUM) assignment modes, verify that all swimlane rows have a matching resource entry in the capacity configuration. - If some swimlanes are new (recently added enum values or new users), the capacity map may not yet include them. Update the widget parameters to add capacity values for the new swimlane identifiers.
Symptom: capacity changes when switching plans mode
The plans mode affects which Plans are loaded and how effort is aggregated:
If capacity looks wrong after changing the plans mode, re-verify that the capacity configuration is appropriate for the new mode. SAFe modes use plan templates to discover plans automatically — if the template filter excludes a plan, its work items and effort are not counted.
Symptom: board becomes unresponsive or hangs when loading capacity data
Known limitation: multi-enum swimlanes and capacity
When work items appear in multiple swimlanes (for example, when using multi-valued enumeration fields for swimlane assignment), capacity calculation behavior across those swimlanes is not yet fully defined. Multi-enum swimlanes were planned for release by end of February 2026 — check the current product version for availability.Once multi-enum swimlane support ships, verify how effort is counted when a single work item appears in more than one swimlane row. Until confirmed, treat per-swimlane effort totals as approximate in multi-enum configurations.
Known issue: cross-project plan loading and page unresponsiveness
If the board becomes unresponsive when selecting a project for a plan template in a cross-project planning scenario, this is caused by a known Polarion issue with cross-project plan loading. Workaround: Add the following property at the global Polarion administration level (not at the project level):Verification
After applying any of the fixes above:- Refresh the board using the refresh button.
- Confirm that capacity bars appear in the expected swimlane cells or Plan columns.
- Spot-check a work item with a known estimate — verify its contribution to the capacity bar matches the expected value.
- If using the Teams Service, confirm that user capacity values come from the Teams Service data and not from the plan’s default capacity value (Teams Service values take precedence).