This page documents URL parameters derived from source code. Some parameters may vary depending on your Gantt version.
View and Layout Parameters
| Parameter | Type | Default | Description |
|---|
MaximizeGanttView | Boolean | true (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
| Parameter | Type | Default | Description |
|---|
loadTeamAssignments | Boolean | See application | Controls whether team-level assignment capacity records are used in resource view calculations instead of individual user calendars |
Load_Team_Assignments | Boolean | See application | Alternative spelling for loadTeamAssignments. Both parameter forms are supported |
LoadUserCalendars | Boolean | See application | Enables 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.
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:
| Configuration | Calendar Source | URL Parameters |
|---|
| Global calendar only | Project-wide working calendar | Default (no URL parameters) |
| Per-user calendars | Individual user working calendars | LoadUserCalendars=true |
| Team assignments | Team capacity multipliers over user calendars | loadTeamAssignments=true |
MaximizeGanttView Effects
The MaximizeGanttView parameter controls several related behaviors:
When MaximizeGanttView=false | Effect |
|---|
| Page Parameters button | Hidden from the toolbar |
| Gantt layout | Embedded within the Polarion page layout (not fullscreen) |
| Toolbar | Standard toolbar display |
When MaximizeGanttView=true (or not set) | Effect |
|---|
| Page Parameters button | Visible in the toolbar |
| Gantt layout | Fills the browser viewport |
| Toolbar | Full 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:
Related Pages