Default Behavior
By default, the resource view uses the standard Polarionassignee field. Each row in the resource view represents one user, and workload is calculated based on work item assignments to that user.
Step 1 — Choose a Resource Field
The Resource Field widget parameter determines which work item field drives the resource view. You can point it to any field of the following types:| Field Type | Example | Use Case |
|---|---|---|
| User | assignee | Standard per-user workload view |
| Enumeration | primaryOwnership, team | Team or department grouping |
| Multi Enumeration | teams | Work items assigned to multiple teams |
Step 2 — Set the Resource Field Parameter
- Open the Gantt page in Edit mode.
- Click the widget gear icon to open Widget Parameters.
- In the Resource View section, locate the Resource Field parameter.
- Enter the field ID of your chosen resource field (e.g.,
primaryOwnership). - Click Apply.
Step 3 — Verify Field Type Compatibility
The resource field must be one of the supported types listed above. If you configure a field that is not a User, Enumeration, or Multi Enumeration type, the resource view may not display resources correctly.Example: Team-Based Resource View
To show teams instead of individual users:- Create a custom field
teamof type Enum > Nextedy Team on your work item type. - Assign work items to teams using this field.
- Set Resource Field to
teamin the Gantt widget parameters. - Enable Show Resource View.
Example: Multi-Team Assignments
If a work item can belong to multiple teams, use a Multi Enumeration field:- Create a custom field
teamsof type Multi Enumeration. - A single work item assigned to both “Team Alpha” and “Team Beta” will contribute workload to both resource rows.
Step 4 — Customize the Resource Label
The Resource Label parameter controls the column header text in the resource view. Set it to a descriptive name such as “Team” or “Department” to match the field you selected.Verification
You should now see:- Resource view rows labeled with values from your chosen field (teams, departments, etc.) instead of individual user names
- Workload markers distributed correctly across the resource rows
- Work items without a value in the resource field appearing in the “Unassigned” row (if Show Unassigned is enabled)
See Also
- Set Up the Resource View
- Set Up a Cross-Team Gantt Chart
- Set Up Team Assignments Gantt
- Filter by Resource and Allocation
Sources
Sources
KB ArticlesSupport TicketsSource Code
prod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/model/Config.javaprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/model/impl/AbstractBaseGanttDataService.javaprod-gantt-src/com.nextedy.polarion.gantt.client/src/js/columns.jsprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/widget/GanttWidget.javaprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/widget/GanttWidgetDependenciesProcessor.java