Prerequisites
- Gantt version 23.4.0 or later
- A custom field of type Enum > Nextedy Team on your work item types
Step 1 — Create a Team Custom Field
- Open Administration > Custom Fields for your project.
- Create a new custom field with ID
team(or a similar name). - Set the field type to Enumeration and select Nextedy Team as the enumeration source.
- Add this field to the relevant work item types (e.g., Work Package, Feature).
Step 2 — Assign Work Items to Teams
Open each work item and set theteam field to the appropriate team. This tells the Gantt which team is responsible for each work item.
Step 3 — Configure the Gantt Widget
- Open the Gantt page in Edit mode.
- Open Widget Parameters.
- Configure the following settings:
| Parameter | Value |
|---|---|
| Resource Field | team (your custom team field) |
| Show Resource View | Yes |
| Load Team Assignments | Yes |
- Click Apply.
Step 4 — Choose a Load Calculation Mode
For cross-team views, the most common calculation modes are:- Leaf Items Count — shows how many work items each team has in each time period
- Estimate + Spent — shows the total effort (hours) distributed across the team’s scheduled work
Step 5 — Filter by Team (Optional)
You can pre-filter the Gantt to show only a specific team’s work items by passing ateam query parameter in the page URL. This limits both the task list and the resource allocation calculations to the selected team.
Verification
You should now see:- One row per team in the resource view below the Gantt chart
- Work item counts or effort hours displayed in each cell per team
- Color-coded cells indicating whether each team is within capacity (green) or overallocated (red)
- The team custom field values reflected in the resource column labels
See Also
- Set Up the Resource View
- Configure Resource Fields
- Set Up Team Assignments Gantt
- Set Up a Release Gantt with Teams
- Configure External Team Management Project
Sources
Sources
KB ArticlesSupport TicketsSource Code
prod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/ganttCustomTeamWorkItemType.cy.tsprod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/view/externalTeamManagementProject.cy.tsprod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/Aresource-view/AganttInitialEstimation.cy.tsprod-gantt-src/com.nextedy.polarion.gantt.client/src/js/resources.jsprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/ITeamsService.java