Step 1 — Enable the Resource View
- Open the Gantt page in Edit mode.
- Click the widget gear icon to open Widget Parameters.
- In the Resource View section, set Show Resource View to Yes.
- Click Apply.
Resource view sub-parameters such as View Height, Resource Field, and Resource Load Calculation only become visible after you set Show Resource View to Yes.
Step 2 — Configure Resource View Parameters
| Parameter | Description | Default |
|---|---|---|
| Show Resource View | Enables the resource view panel | No |
| Items per Resource | Maximum items per resource before overallocation is flagged (Leaf Items Count mode only) | - |
| View Height | Default pixel height of the resource view panel | - |
| Resource Field | Work item field used to identify resources | assignee |
| Resource Label | Column header text for the resource list | - |
| Show Unassigned | Display a row for work items with no assigned resource | No |
| Resource Load Calculation | How workload values are computed in each cell | Leaf Items Count |
Step 3 — Choose a Resource Load Calculation Mode
The Gantt offers four calculation modes for the resource view cells:| Mode | What It Shows | Best For |
|---|---|---|
| Leaf Items Count | Number of leaf-level work items assigned per time period | Simple task counting |
| Estimate + Spent | Remaining estimate plus time already spent, distributed across scheduled days | Full effort picture |
| Remaining Estimate | Only future remaining effort, distributed from today onward | Forecasting remaining work |
| Assignment Allocation | Percentage-based team allocation from team assignment work items | Team capacity planning |
Step 4 — Show Unassigned Work Items
To see work items that have no resource assigned:- Set Show Unassigned to Yes in the Resource View parameters.
- A dedicated row labeled “Unassigned” appears at the bottom of the resource view.
Step 5 — Adjust the View Height
You can set the initial panel height via the View Height parameter. After the Gantt loads, you can also resize the resource view by dragging the horizontal divider between the Gantt chart and the resource view.Step 6 — Customize Marker Colors
Resource allocation markers use color coding to indicate capacity status:- Green cells indicate the resource is within capacity
- Red cells indicate the resource is overallocated
Verification
You should now see:- A resource view panel below the Gantt chart with one row per assigned resource
- Workload values in each cell matching your chosen calculation mode
- Color-coded cells indicating within-capacity (green) and overallocation (red) states
See Also
- Configure Resource Fields
- Set Up a Cross-Team Gantt Chart
- Hide Inactive Resources
- Configure Resource Allocation Marker Colors
- Filter by Resource and Allocation
Sources
Sources
KB ArticlesSupport TicketsSource Code
prod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/widget/GanttWidgetDependenciesProcessor.javaprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/model/Config.javaprod-gantt-src/com.nextedy.polarion.gantt.client/src/js/config.jsprod-gantt-src/com.nextedy.polarion.gantt.client/src/js/globals.jsprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/model/impl/AbstractBaseGanttDataService.java