Skip to main content

Resource View Widget Parameters

The Resource Load Calculation, Resource Field, Resource Label, Show Unassigned, Items per resource - OK limit, and View Height parameters only appear in the widget parameter editor after you set Show Resource View to Yes. This progressive disclosure avoids clutter when the resource view is not in use.

Load Modes

The Resource Load Calculation parameter determines how workload is computed for each resource:
diagram

Resource Marker Colors

The resource view displays color-coded markers for each time cell: You can customize these colors using the resourceMarkersColorConfig property in Color and Styling Properties.

Leaf Task Filtering

The onlyLeafTasks configuration property affects resource view calculations:
  • When onlyLeafTasks is true, only leaf tasks (tasks with no children) are counted in resource allocation.
  • Parent or summary tasks (presentation mode Derived Schedule) are excluded from workload calculations.
  • Work items that have a parent presentation mode but no visible children due to filtering are treated as leaf items and included in calculations.
The exact behavior of filtered workpackages without visible children in resource calculations may vary by version. Verify the resource count behavior in your specific Gantt version.

Unassigned Resource Row

Tasks with no value in the configured Resource Field are grouped under a synthetic “Unassigned” resource row. This row uses the internal constant UNASSIGNED_ID and appears at the bottom of the resource view when Show Unassigned is enabled.

Team-Based Resource View

When team assignments are enabled (via Team and Resource Properties), the resource view displays team rows instead of individual user rows. In team mode:
  • Each team appears as a resource row with aggregated workload from all assigned tasks.
  • The lightbox shows a team picker instead of a user picker for the resource field.
  • Capacity is derived from team assignment records rather than individual working calendars.

Configuration Example

To enable a resource view showing estimate-and-spent allocation:
  1. Open Widget Properties for the Gantt widget.
  2. In the Resource View section, set Show Resource View to Yes.
  3. Set Resource Load Calculation to Estimate + Spent.
  4. Set Resource Field to the Polarion field holding the assignee (e.g., assignee).
  5. Optionally enable Show Unassigned to see unassigned tasks.
  6. Save the widget parameters.
For accurate resource load calculations, enable Working Calendars so that non-working days, holidays, and per-user schedule exceptions are reflected in the capacity values.
Last modified on July 10, 2026