Polarion work item type ID treated as a Team. Teams appear as resource groups in the resource view. Since version 25.5.0.
nextedy.gantt.teamAssignmentWorkItemType
String
teamAssignment
Polarion work item type ID treated as a Team Assignment. Team assignments define per-user allocation periods under a team. Since version 25.5.0.
nextedy.gantt.teamManagementProjectId
String
current project
Polarion project ID where team and team assignment work items are stored. Falls back to the current project if not set. Enables cross-project team management.
Starting with version 25.5.0, you can use custom work item type IDs for teams and assignments. Set nextedy.gantt.teamWorkItemType and nextedy.gantt.teamAssignmentWorkItemType to match your project’s work item type configuration.
Teams are defined using two work item types linked by the assignment link role:
Work Item Type
Purpose
Required Fields
Team
Container representing a team or organizational unit. Shown as a resource group in the Gantt chart.
Name
Team Assignment
Child item specifying a user’s allocation to a team for a defined period.
Assignee, Start Date, End Date, Allocation %
Each Team Assignment work item must be linked to a parent Team work item using the assignment link role. Assignments not associated with a parent team are ignored during capacity calculations.
Capacity modifiers represent the percentage of time resources spend on unplanned work or account for future uncertainty.
Name
Type
Default
Description
nextedy.gantt.useTeamCapacityModifiers
Boolean
false
Enable team-level capacity modifiers. When true, modifier A and B fields reduce effective resource capacity.
nextedy.gantt.capacityModifierAField
String
empty
Name of the custom field on the Team work item containing capacity modifier A. This modifier represents unplanned work (meetings, emails, etc.) and is applied to all tasks.
nextedy.gantt.capacityModifierBField
String
empty
Name of the custom field on the Team work item containing capacity modifier B. This modifier represents future uncertainty and is applied only to tasks beyond the day limit threshold.
nextedy.gantt.capacityModifierBFieldDayLimit
Integer
See application
Number of days in the future after which capacity modifier B is applied. Set to -1 to always apply modifier B.
Default working hours per day for phantom (unresolvable) resources when no calendar is available. Phantom resources appear when an assigned user cannot be resolved in Polarion.
nextedy.gantt.loadResourcesFromCsv
Boolean
false
Load resource definitions from a CSV file instead of from Polarion users. Use for large installations where Polarion user loading is too slow.
The resource view supports multiple resource source modes:
Source Mode
Description
Assignee
Default. Resources are derived from the assignee field on work items. Shows individual users.
Team Custom Field
Set the Resource Field to a team enumeration field (e.g., primaryOwnership) to show team-level assignments.
Multi Enumeration
Resource Field can point to a multi-enum field, allowing a work item to be assigned to multiple teams.
Categories
Resource Field can point to a Polarion categories field for category-based grouping.
The Resource Field widget parameter must point to a field of type User, Enumeration (including synthetic enumerations like @user), or Multi Enumeration.