General Questions
Product overview, supported browsers, and getting help.
General Questions
Product overview, supported browsers, and getting help.
What is Nextedy GANTT?
What is Nextedy GANTT?
What Polarion license types does Gantt support?
What Polarion license types does Gantt support?
Is the evaluation time limited?
Is the evaluation time limited?
Can I add multiple Work Items Gantt widgets to a single page?
Can I add multiple Work Items Gantt widgets to a single page?
What is the difference between Work Items Gantt and Plans Gantt?
What is the difference between Work Items Gantt and Plans Gantt?
What key features does Gantt provide?
What key features does Gantt provide?
How do I get started with Gantt?
How do I get started with Gantt?
Scheduling Questions
Auto-scheduling, dependency links, critical path, and date calculations.
Scheduling Questions
Auto-scheduling, dependency links, critical path, and date calculations.
How does auto-scheduling work?
How does auto-scheduling work?
nextedy.gantt.default.auto_scheduling project-level property. See Create Your First Dependency Link for a practical walkthrough.Can I mix auto-scheduling and manual scheduling on the same chart?
Can I mix auto-scheduling and manual scheduling on the same chart?
readonly mode to prevent auto-scheduling from moving them, while allowing child tasks to reschedule automatically. You can also use the enforceAutoMode and blockAutoMode task-level flags to override the global auto-scheduling setting on individual tasks.Does Gantt detect scheduling conflicts when multiple users edit simultaneously?
Does Gantt detect scheduling conflicts when multiple users edit simultaneously?
How do dependency links affect task scheduling?
How do dependency links affect task scheduling?
dependsRoles widget parameter.What is critical path analysis?
What is critical path analysis?
Can I add lag time to dependency links?
Can I add lag time to dependency links?
How does hour-precision scheduling work?
How does hour-precision scheduling work?
highPrecision configuration, task start and end times include specific hours, enabling sub-day scheduling. This mode is required for accurate resource load calculations at hourly granularity. Note that date display in columns automatically adjusts when high-precision mode is active.The following table summarizes the key scheduling features and their configuration:Can I sort tasks instead of manually reordering them?
Can I sort tasks instead of manually reordering them?
Resource Management Questions
Resource view, capacity planning, working calendars, and load modes.
Resource Management Questions
Resource view, capacity planning, working calendars, and load modes.
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.Licensing Questions
License types, evaluation periods, and renewal.
Licensing Questions
License types, evaluation periods, and renewal.
How long is the evaluation period?
How long is the evaluation period?
Can I extend my trial license beyond 30 days?
Can I extend my trial license beyond 30 days?
What licensing model does Gantt use?
What licensing model does Gantt use?
nextedy_gantt_users group — members are Editors, everyone else has read-only Reviewer access (see Licensing and User Access).For the technical license-file types (Primary/Secondary Evaluation, Perpetual, Test) and their expiry behavior, see License Types and Evaluation Periods.Can I use my license on multiple Polarion server nodes?
Can I use my license on multiple Polarion server nodes?
What happens when my license expires or is invalid?
What happens when my license expires or is invalid?
ok), approaching expiry (warning), or expired (expired). The license status is checked once at startup when the widget loads.What is the difference between an expired license and expired maintenance?
What is the difference between an expired license and expired maintenance?
Where can I find the license administration settings?
Where can I find the license administration settings?
Scripting Questions
Config scripts, item scripts, markers, and the Velocity API.
Scripting Questions
Config scripts, item scripts, markers, and the Velocity API.
What types of scripts does Gantt support?
What types of scripts does Gantt support?
What can I do with item scripts?
What can I do with item scripts?
What can I do with page scripts?
What can I do with page scripts?
How do I add custom markers to the Gantt timeline?
How do I add custom markers to the Gantt timeline?
Can I customize task bar colors using scripts?
Can I customize task bar colors using scripts?
Can I register custom column editors via scripts?
Can I register custom column editors via scripts?
Configuration Questions
Widget parameters, administration properties, and setup options.
Configuration Questions
Widget parameters, administration properties, and setup options.
What is the difference between widget parameters and administration properties?
What is the difference between widget parameters and administration properties?
How do I set up field mappings for the Gantt chart?
How do I set up field mappings for the Gantt chart?
startField + endField, startField + durationField, or endField + durationField. The Gantt validates these mappings at render time and displays an error message if the combination is invalid.How do I configure dependency link roles?
How do I configure dependency link roles?
dependsRoles) to specify which Polarion link role IDs represent finish-to-start dependencies between tasks. Work items connected with these link roles appear as dependency arrows in the Gantt chart. Similarly, use Parent Role (parentRoles) to define which link roles represent parent-child hierarchical relationships displayed in the Gantt tree structure.How do I configure the Gantt to show a specific work item type?
How do I configure the Gantt to show a specific work item type?
type:workpackage. See Work Items Gantt Widget Parameters for the dataset parameter. To control how each work item type renders (as a task bar, summary, or milestone), set the Gantt Presentation Mode per type in the Work Item Types Configuration.Can I make the Gantt chart read-only?
Can I make the Gantt chart read-only?
readonly) to disable all editing capabilities. This hides the Edit button and prevents drag, resize, and add-task operations. Conversely, enable always-edit mode (alwaysedit) if you want the Gantt to always be in edit mode without requiring users to click an Edit button first.How do I configure the resource field for task assignment?
How do I configure the resource field for task assignment?
resourceField) specifies which Polarion work item field is used as the assigned resource. This drives both the resource view display and the resource filter functionality. The field can be set to the assignee field, a category field, or a custom field depending on your resource management model.For full setup instructions, see Set Up a Basic Gantt Chart and the Reference documentation.Editing and Saving Questions
Lightbox editing, undo/redo, save behavior, and field types.
Editing and Saving Questions
Lightbox editing, undo/redo, save behavior, and field types.
How do I edit tasks on the Gantt chart?
How do I edit tasks on the Gantt chart?
alwaysedit is enabled via widget parameters, the Gantt is always in edit mode and no Edit button is shown.How do I save my changes?
How do I save my changes?
What is the lightbox editor?
What is the lightbox editor?
Can I undo changes before saving?
Can I undo changes before saving?
What happens if two users edit the same task simultaneously?
What happens if two users edit the same task simultaneously?
Can I prevent users from editing specific tasks?
Can I prevent users from editing specific tasks?
readonly widget parameter to true to make the entire Gantt chart read-only. For more granular control, individual tasks can be set to read-only mode, which prevents drag, resize, and edit operations on those specific tasks while keeping the rest of the chart editable.Does the Gantt toolbar have a fullscreen mode?
Does the Gantt toolbar have a fullscreen mode?
maximize widget parameter is set to true, a fullscreen toggle button appears in the toolbar. Clicking it expands the Gantt chart to fill the browser window, providing more screen space for viewing and editing large project schedules.For editing setup details, see Set Up a Basic Gantt Chart.Visualization and Display Questions
Colors, zoom levels, columns, baselines, and export options.
Visualization and Display Questions
Colors, zoom levels, columns, baselines, and export options.
How do I compare the current schedule against a baseline?
How do I compare the current schedule against a baseline?
Can I export the Gantt chart as an image?
Can I export the Gantt chart as an image?
How do I customize task bar colors?
How do I customize task bar colors?
What columns can I display in the Gantt grid?
What columns can I display in the Gantt grid?
initials (showing user initials in circles) and fullname (showing full names). A special workload column appears when you select a resource in the resource view.Can I hide the Gantt toolbar?
Can I hide the Gantt toolbar?
hideToolbar widget parameter to true to hide the entire toolbar. When the toolbar is hidden and you are in edit mode, a floating save button appears as a fallback so you can still save your changes.hideToolbar, ensure users have an alternative way to access essential functions like save and refresh.How do I show only leaf tasks without parent summary rows?
How do I show only leaf tasks without parent summary rows?
onlyLeafTasks widget parameter to true to display only leaf-level tasks (tasks with no children). Parent summary tasks are hidden from the Gantt chart, giving you a flat view of all actionable work items without the hierarchical grouping.What visual indicators show task status?
What visual indicators show task status?
- Progress fill — the filled portion of each task bar shows completion percentage
- Overdue deadlines — deadline column values turn red when the task is past due
- Risk indicator — tasks at risk (past end date) are highlighted with a warning color
- Conflict markers — tasks with parent-child date range conflicts display a visual conflict indicator
- Unplanned indicator — tasks with no scheduled dates appear with a special unplanned marker
readonly, showResourceView, dependsRoles). In the Polarion page widget editor you set them through their Title Case labels — readonly appears as Read-only, showResourceView as Show Resource View, dependsRoles as Dependency Role, and so on. See Work Items Gantt Widget Parameters and Data Mapping Parameters for the full label-to-identifier reference.