User settings
From now on, each Gantt Suite user is able to configure the user settings according to his or her preferences.
By default, the user settings are the ones that were defined by a Jira admin in the app configuration. If needed, they can be overridden by each app user.
|
Starting with the app version, 4.0, a theme fro the app, dark or light, can be selected in User settings.
|
Advanced customization
Advanced customization allows to customize the chart page appearance, be it toolbar or the chart itself. The field accepts CSS.
For example, it is possible to hide unused toolbar buttons to make the toolbar more convenient for you. Following example removes “Save parents to Jira” and “Scenarios“ buttons from the toolbar.
button:has(img[src$="/jira.svg"], img[src$="/scenario.svg"])
{ display: none }
Today Marker Position
The positioning of the Today marker is defined as a percentage relative to the start of the Timeline, in numeric format (0–100).
The setting affects the timeline display after a page refresh, as the Today marker will be positioned according to the configured setting.
|
---|
|
---|
Duration format
Configure a default duration format to be applied to tasks, table columns, and the Resource panel workload column, provided the duration format for these columns has not been manually selected beforehand.
|
---|