How do I enable the resource view?
How do I enable the resource view?
showResourceView widget parameter to true. This displays a resource allocation panel below the Gantt chart, showing per-resource workload markers across the project timeline. See View Resource Allocation for a step-by-step setup guide.What resource load modes are available?
What resource load modes are available?
resourceLoadMode configuration property:How are resource load colors determined?
How are resource load colors determined?
resourceMarkersColorConfig property. This configuration includes an ok color for within-capacity states and an over color for overallocated states. When using allocation mode, cells are color-coded based on whether the resource’s utilization exceeds their available working hours.Can I hide resources that have no tasks assigned?
Can I hide resources that have no tasks assigned?
How does Gantt calculate resource capacity from working calendars?
How does Gantt calculate resource capacity from working calendars?
calendar work item type in Polarion. The calendar defines regular weekly hours per weekday in HH:mm,HH:mm format, with - marking non-working days. Calendars support inheritance, so a child calendar inherits base hours from a parent and can override specific days.Can I manage holidays and schedule exceptions in working calendars?
Can I manage holidays and schedule exceptions in working calendars?
affects link role:- Time off — marks specific dates as non-working (holidays, PTO)
- Time on — marks specific dates as working days (overriding regular non-working days)
- Schedule tweak — adjusts working hours for a date range without changing the working/non-working status, using
workstartandworkendfields
affects link role for the system to recognize them.How do I set up a global working calendar for my project?
How do I set up a global working calendar for my project?
nextedy.gantt.calendarHolder server property with a Polarion user ID. The system uses the calendar work item assigned to that user as the global working calendar. This is useful for establishing organization-wide working hours without assigning calendars to each individual user.From and To date range that covers your project’s scheduling period.Can I assign tasks to teams instead of individual users?
Can I assign tasks to teams instead of individual users?
teamAssignments configuration property. When enabled, the lightbox shows a team picker instead of a user picker for resource assignment. Related properties include teamCustomField, teamAssignmentStartField, teamAssignmentEndField, and teamAssignmentCapacityField for defining the team assignment data model.