Set these properties in Administration > Configuration Properties .
Administration defaults apply system-wide. Once a widget is placed on a page, its own parameter values override these defaults. User preferences (zoom level, column widths) are saved in the browser and override both.
General Properties
Name Type Default Description nextedy.gantt.workitems.unplanned_colorString#7D3C98Color of unplanned task bars. nextedy.gantt.today.colorStringgrayColor of the today marker line. nextedy.gantt.classic_projectBooleanfalseUse the classic look for project item types. nextedy.gantt.zoom.DD.min_column_widthInteger120Timeline column width in DD (2-Day) scale mode. nextedy.gantt.zoom.D.min_column_widthInteger60Timeline column width in D (Day) scale mode. nextedy.gantt.zoom.W.min_column_widthInteger30Timeline column width in W (Week) scale mode. nextedy.gantt.zoom.M.min_column_widthInteger70Timeline column width in M (Month) scale mode. nextedy.gantt.zoom.Q.min_column_widthInteger90Timeline column width in Q (Quarter) scale mode. nextedy.gantt.zoom.Y.min_column_widthInteger40Timeline column width in Y (Year) scale mode. nextedy.gantt.zoom.YY.min_column_widthInteger190Timeline column width in YY (2-Year) scale mode. nextedy.gantt.debugBooleanfalseEnable client-side debug messages in the browser console. nextedy.gantt.default.auto_schedulingBooleanfalseToggle auto-scheduling by default for new widgets. nextedy.gantt.default.critical_pathBooleanfalseToggle critical path visualization by default for new widgets. nextedy.gantt.config.squareTaskBorderBooleanfalseSwitch task bar borders to square instead of rounded. Set true in Configuration Properties for global effect. Can be overridden per widget in Gantt Config Script. nextedy.gantt.config.scheduleUnplannedTasksModeStringparentDefines behavior for scheduling unplanned children. parent — unscheduled children align with parent start date. today — unscheduled children are scheduled to today’s date. nextedy.gantt.sort_children_by_idBooleanfalseSort child work items by ID instead of the default sorting based on the Sort By parameter. nextedy.gantt.assignee_column_display_modeStringinitialsPresentation mode for the assignee column. Values: initials or fullname.
These defaults apply to new Work Items Gantt widgets. Once a widget is added, its own parameter values are used.
Name Type Default Description nextedy.gantt.workitems.default.sort_byStringidDefault value for the Sort By parameter. nextedy.gantt.workitems.default.expand_levelInteger0Default value for Load Children. Specifies how many hierarchy levels to expand. nextedy.gantt.workitems.default.show_unplannedBooleantrueDefault value for Show Unplanned. nextedy.gantt.workitems.default.scaleStringWDefault zoom scale. Values: H, DD, D, W, M, Q, Y, YY. nextedy.gantt.workitems.default.parent_link_rolesStringempty Default parent link roles. Semicolon-separated list of link role IDs. nextedy.gantt.workitems.default.dependency_link_rolesStringempty Default dependency link roles. Semicolon-separated list of link role IDs. nextedy.gantt.workitems.default.start_fieldStringgantt_startDefault Start Field mapping. nextedy.gantt.workitems.default.end_fieldStringnone Default End Field mapping. nextedy.gantt.workitems.default.duration_fieldStringgantt_durationDefault Duration Field mapping. nextedy.gantt.workitems.default.progress_fieldStringgantt_progressDefault Progress Field mapping. nextedy.gantt.workitems.default.maximize_viewBooleanfalseDefault value for Maximize view. nextedy.gantt.workitems.default.hide_toolbarBooleanfalseDefault value for Hide Toolbar. nextedy.gantt.workitems.default.progress_coloringBooleantrueDefault value for Progress Coloring. nextedy.gantt.workitems.default.drag_childrenBooleantrueDefault value for Drag Children. nextedy.gantt.workitems.default.max_itemsInteger100Default maximum number of items loaded into the chart. nextedy.gantt.workitems.default.show_today_markerBooleantrueDefault value for Show Today Marker. nextedy.gantt.workitems.default.working_timeBooleantrueDefault value for working time mode. nextedy.gantt.workitems.resolved_readonlyBooleantrueWhen true, resolved work items cannot be moved on the Gantt chart.
These properties control behavior at the server level and cannot be overridden on a specific widget instance.
Name Type Default Description nextedy.gantt.workitems.default.forward_dependencyBooleanfalseReverse dependency link direction. Set to true if you link tasks from B to A instead of A to B. nextedy.gantt.workitems.default_durationInteger10Default duration in days for items without a specified duration. nextedy.gantt.workitems.default.link_lagInteger0Default lead/lag time for dependency links. nextedy.gantt.multiAssignmentSameEffortForAllBooleantrueWhen true, effort is the same for each assignee in multi-assignment mode. When false, effort is shared among assignees.
These defaults apply to new Plans Gantt widgets.
Name Type Default Description nextedy.gantt.plans.default.sort_byStringidDefault Sort By value. nextedy.gantt.plans.default.expand_levelInteger0Default Load Children level. nextedy.gantt.plans.default.show_unplannedBooleantrueDefault Show Unplanned value. nextedy.gantt.default.plans.scaleStringWDefault zoom scale for Plans Gantt. nextedy.gantt.plans.default.maximize_viewBooleanfalseDefault Maximize view value. nextedy.gantt.plans.default.hide_toolbarBooleanfalseDefault Hide Toolbar value. nextedy.gantt.plans.default.progress_coloringBooleantrueDefault Progress Coloring value. nextedy.gantt.plans.default.drag_childrenBooleantrueDefault Drag Children value. nextedy.gantt.plans.default.max_itemsIntegerSee application Default maximum items for Plans Gantt.
Default Client-Side Values
The Gantt widget ships with these built-in client-side defaults:
Setting Default Description Default zoom scale W (Week)Users see a weekly timeline when first loading the chart without a saved preference. Default undo steps 10Maximum undo/redo operations in a single edit session. Default work item types feature, workpackage, releaseThree built-in work item types with preset display modes. Default working calendar Mon-Fri, 8 hours/day Standard 5-day work week. Default resource marker colors Green #4CAF50 (ok), Red/Orange (over) Color-coding for resource allocation markers. Range conflict detection falseMust be explicitly enabled.
Configuration Example
To customize defaults for a Work Items Gantt deployment:
nextedy.gantt.workitems.default.scale =M
nextedy.gantt.workitems.default.max_items =200
nextedy.gantt.workitems.default.progress_coloring =true
nextedy.gantt.workitems.default.start_field =plannedStart
nextedy.gantt.workitems.default.end_field =plannedEnd
nextedy.gantt.workitems.default.duration_field =
nextedy.gantt.default.auto_scheduling =true
nextedy.gantt.assignee_column_display_mode =fullname
Related Pages
KB Articles Source Code
prod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/model/CustomFieldDTO.java
prod-gantt-src/com.nextedy.polarion.gantt.client/src/js/default.json
prod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/lightbox/autoAssignee.cy.ts
prod-gantt-src/com.nextedy.polarion.gantt.client/src/js/config.js
prod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/editability/add-new-task.cy.ts