SYSTEM Cited by 1 source
Atlassian Jira Site Optimiser¶
Site Optimiser is the Jira Cloud admin dashboard experience that "surfaces configuration issues and improvement opportunities across spaces." (Source: sources/2026-05-14-atlassian-optimisation-tools-for-jira-reducing-configuration-bloat) It is the discovery surface for the Jira Optimisation Tools — admins land here to see which spaces are nearing limits, which configuration entities are unused or low-value, and where bulk-remediation is available.
Role on the wiki¶
Site Optimiser is the admin-facing dashboard surface for Atlassian's configuration-bloat remediation story. The actual reporting computation runs in the pre-computation framework; Site Optimiser is the human-facing UI that consumes the durable reports and exposes the bulk-remediation actions.
Surfaces disclosed in the 2026-05-14 post¶
The post shows three screen views:
- Site Optimiser dashboard view — cross-space landing page showing "configuration issues and improvement opportunities across spaces."
- Optimise schemes view — focused remediation surface for field configuration schemes (one of the canonical remediation actions: "splitting field configuration schemes").
- Optimisation screen — focused remediation surface for per-space entity-level cleanup (fields, work types).
Staleness signalling¶
A load-bearing UX commitment comes from the underlying utilisation-prioritised refresh strategy: "We show the last pre computation time for usage report. Admins can run ad-hoc reporting jobs for specific spaces/schemes whenever they want fresh data." (Source: sources/2026-05-14-atlassian-optimisation-tools-for-jira-reducing-configuration-bloat)
The combination of (last-refresh-timestamp + on-demand-refresh) is the load-bearing UX pattern that makes acknowledged-staleness viable at the dashboard altitude.
Seen in¶
- sources/2026-05-14-atlassian-optimisation-tools-for-jira-reducing-configuration-bloat (2026-05-14, Atlassian) — first canonical wiki home; positions Site Optimiser as the admin-facing entry point to the Optimisation Tools.
Related¶
- systems/jira
- systems/atlassian-jira-optimisation-tools — the system this dashboard fronts.
- systems/atlassian-precomputation-framework — the reporting engine behind the dashboard.
- concepts/configuration-bloat
- concepts/utilization-prioritised-refresh-strategy
- companies/atlassian