Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

By default, the user settings are the ones that were defined by a Jira admin int he in the app configuration but can be overridden by each app user.

Image Modified

Image Modified

The personal user settings are used when a chart is shared with the public via custom export and the global default user settings are used when a chart is shared with the public via standard export.

Gantt chart sharing with the public

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 removed “Save parents to Jira” and “Scenarios“ buttons from the toolbar.

...

Code Block
button:has(img[src$="/jira.svg"], img[src$="/scenario.svg"])
{ display: none }