Prerequisites
Before you begin, ensure that:- You have Team and Team Assignment work item types configured in Polarion (version 23.4.0 or later)
- Team Assignment work items are linked to parent Team work items
- Custom date fields exist for team assignment start and end dates
Step 1: Create a LiveDoc for the Gantt
Create a new LiveDoc page that will host the Gantt widget. In the widget parameters:- Set the Work Item Type to
Team - Set Load Children to
1so the Gantt loads both Team and Team Assignment work items
Step 2: Configure the Parent Role
In the widget parameters, specify the Parent Role that links Team Assignment work items to their parent Team work items. Fill in the WI Type Configuration section to define how each work item type appears in the chart.Step 3: Set Date Fields
Select the start and end date fields that correspond to your team assignment custom fields:| Parameter | Value |
|---|---|
| Start Field | Your custom team assignment start date field |
| End Field | Your custom team assignment end date field |
Step 4: Set Resource Load Calculation
Set the Resource Load Calculation field to Assignment Allocation. This tells the Gantt to calculate resource load based on the percentage allocation specified in each team assignment rather than task estimates.Step 5: Enable the Resource View
In the widget parameters under Resource View:- Set Show Resource View to
Yes - Configure the Resource Field to point to the assignee field
How Allocation Percentages Work
When you open a team assignment in the lightbox, you see two required fields:- Assignee (marked with a red asterisk) — select the team member from the dropdown
- Assignment — specify the allocation percentage for that member
| Scenario | Resource View Display |
|---|---|
| User at 50% in Team Alpha, 30% in Team Beta | 80% total — green cell |
| User at 70% in Team Alpha, 50% in Team Beta | 120% total — red cell (overallocated) |
| User at 100% in one team only | 100% — green cell |
The resources dropdown in the team assignment lightbox only shows explicit users. The automatic assignee option is not available for team assignments, distinguishing them from regular work item assignments.
Cross-Project Team Management
If your teams span multiple Polarion projects, you can centralize team management in a single project and reference it from other projects. See Configure External Team Management Project for details on cross-project team setups.Verification
You should now see:- Team work items displayed as parent rows in the Gantt chart
- Team Assignment work items nested under their respective teams
- The resource view showing allocation percentages per user, with green cells for normal allocation and red cells for overallocation
See Also
- Set Up a Cross-Team Gantt Chart
- Set Up a Release Gantt with Teams
- Configure External Team Management Project
- Set Up the Resource View
- Configure Resource Fields
Sources
Sources
KB Articles
- How to setup Team Assignments Gantt
- General Team Assignments information
- Setup a basic Cross team Gantt Chart
prod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/TeamAssignmentsTests.cy.tsprod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/ganttCustomTeamWorkItemType.cy.tsprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/model/impl/TaskResourceService.javaprod-gantt-src/com.nextedy.polarion.gantt.client/src/js/resources.jsprod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/Aresource-view/AganttInitialEstimation.cy.ts