Resource View Widget Parameters
Load Modes
TheResource Load Calculation parameter determines how workload is computed for each resource:
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
TheonlyLeafTasks configuration property affects resource view calculations:
- When
onlyLeafTasksistrue, 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 configuredResource 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:- Open Widget Properties for the Gantt widget.
- In the Resource View section, set Show Resource View to
Yes. - Set Resource Load Calculation to
Estimate + Spent. - Set Resource Field to the Polarion field holding the assignee (e.g.,
assignee). - Optionally enable Show Unassigned to see unassigned tasks.
- Save the widget parameters.
Related Pages
- Working Calendars Parameters — calendar settings affecting capacity calculations
- Color and Styling Properties — resource marker color customization
- Team and Resource Properties — team-based assignment configuration
- View Resource Allocation — tutorial for first-time setup