Prerequisites
- Working calendars enabled in the Gantt widget (see Set Up Work Item Calendars)
- Team assignments configured with the appropriate work item type
- Access to Administration > Configuration Properties
Step 1: Define the Modifier Fields
Capacity modifiers use two custom fields on your team assignment work items. Each field holds a percentage value (0-100) representing a capacity reduction. Add the following properties under Administration > Configuration Properties:capacityModA and capacityModB with the actual field IDs on your team assignment work items.
| Property | Purpose | Example Value |
|---|---|---|
nextedy.gantt.capacityModifierAField | Field ID for modifier A (permanent reduction) | capacityModA |
nextedy.gantt.capacityModifierBField | Field ID for modifier B (time-limited reduction) | capacityModB |
nextedy.gantt.capacityModifierBDayLimit | Number of days from today within which modifier B is zeroed | 30 |
Step 2: Understand the Capacity Formula
The Gantt calculates effective capacity using both modifiers:Step 3: Configure the Modifier B Day Limit
Modifier B includes a time-horizon feature: within a specified number of days from today, modifier B is zeroed out. This allows you to model scenarios where a future capacity reduction is planned but should not affect near-term scheduling.Step 4: Enable Team Capacity Modifiers
To activate team-level capacity modifiers, add this property:Step 5: Enable Working Calendars in the Widget
Open the Gantt widget parameters and navigate to Working Calendars:- Set Use Working Calendar to Yes
- Set Load User Calendars to Yes
- Set Load Team Assignments to Yes
Verify
You should now see that resource view allocation markers reflect the reduced capacity for users with modifier fields set on their team assignments. A resource with a 25% modifier A shows 6 hours of available capacity per day (instead of 8), and tasks assigned to that resource display higher utilization percentages accordingly.See Also
- Set Up Work Item Calendars
- Customize Working Hours per Resource
- Set Up the Resource View
- Configure Resource Fields
- Set Up Team Assignments Gantt
Sources
Sources
KB Articles
- Use WI Calendar for other project for Resource Load management
- Work Item Calendar
- How to load User calendars into Gantt
prod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/model/impl/UserCalendarFactory.javaprod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/working-calendars/capacity-modifiers.cy.tsprod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/working-calendars/modifiers-with-work-item-calendar.cy.tsprod-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/Resource.java