Skip to main content
This page documents URL parameters derived from source code. Some parameters may vary depending on your Gantt version.

View and Layout Parameters

ParameterTypeDefaultDescription
MaximizeGanttViewBooleantrue (when maximize is enabled)Controls whether the Gantt opens in maximized/fullscreen mode. Set to false to force non-maximized mode, which also hides the Page Parameters toolbar button

Resource View Parameters

ParameterTypeDefaultDescription
loadTeamAssignmentsBooleanSee applicationControls whether team-level assignment capacity records are used in resource view calculations instead of individual user calendars
Load_Team_AssignmentsBooleanSee applicationAlternative spelling for loadTeamAssignments. Both parameter forms are supported
LoadUserCalendarsBooleanSee applicationEnables per-user working calendars for effective hours calculation in the resource view. When false, the global project calendar is used
Both loadTeamAssignments and Load_Team_Assignments are accepted. Use consistent spelling across your deployment to avoid confusion.

URL Parameter Format

Append parameters to the Polarion page URL using standard query string syntax:
https://your-polarion.example.com/polarion/#/project/MyProject/wiki/GanttPage?MaximizeGanttView=false
Multiple parameters are separated by &:
https://your-polarion.example.com/polarion/#/project/MyProject/wiki/GanttPage?MaximizeGanttView=false&loadTeamAssignments=true

Resource Calendar Resolution

The resource view URL parameters control a three-level calendar resolution cascade: diagram
ConfigurationCalendar SourceURL Parameters
Global calendar onlyProject-wide working calendarDefault (no URL parameters)
Per-user calendarsIndividual user working calendarsLoadUserCalendars=true
Team assignmentsTeam capacity multipliers over user calendarsloadTeamAssignments=true

MaximizeGanttView Effects

The MaximizeGanttView parameter controls several related behaviors:
When MaximizeGanttView=falseEffect
Page Parameters buttonHidden from the toolbar
Gantt layoutEmbedded within the Polarion page layout (not fullscreen)
ToolbarStandard toolbar display
When MaximizeGanttView=true (or not set)Effect
Page Parameters buttonVisible in the toolbar
Gantt layoutFills the browser viewport
ToolbarFull toolbar with settings button

Configuration Example

Open a Gantt chart with team assignments enabled and non-maximized view:
?MaximizeGanttView=false&loadTeamAssignments=true
Open a Gantt chart with per-user calendars for accurate resource capacity:
?LoadUserCalendars=true
Source Code
  • prod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/model/Config.java
  • prod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/Aresource-view/ganttRemainingView.cy.ts
  • prod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/model/impl/types/TypeConfigWidgetParameters.java
  • prod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/view/pageparams.cy.ts
  • prod-gantt-src/com.nextedy.polarion.gantt.client/src/types/pageparams.d.ts