This page defines the guidelines and guardrails for creating and maintaining Jira Dashboards. Please read this before creating or modifying a dashboard.
Guideline
Dashboards should complement roadmaps, not replace them.
Important
Completed issues clutter dashboards and slow down gadget performance. Follow these rules to keep dashboards clean.
project = YOUR_PROJECT AND statusCategory != Done ORDER BY updated DESC
project = YOUR_PROJECT AND status = Done AND updated >= -30d ORDER BY updated DESC
Guideline
All chart and list gadgets must be based on a saved filter. Do not use ad-hoc JQL directly in gadgets.
Type | Example |
|---|---|
Team filter | |
Project filter | |
Cross-project filter | CROSS - Description - Quarter/Year |
Guideline
Each team should maintain a quarterly dashboard to track progress and delivery against quarterly goals.
Each quarterly dashboard should contain the following gadgets:
Gadget | Purpose | Filter example |
|---|---|---|
Filter Results | Open issues this quarter | project = X AND fixVersion = "Q2 2026" AND statusCategory != Done |
Pie Chart | Status distribution | project = X AND fixVersion = "Q2 2026" |
Two Dimensional Filter Statistics | Issues by assignee | project = X AND fixVersion = "Q2 2026" AND statusCategory != Done |
Created vs Resolved | Throughput trend | project = X AND fixVersion = "Q2 2026" |
Use Fix Version or a label to scope quarterly dashboards. Recommended approach:
Option 1 - Fix Version (preferred):
project = YOUR_PROJECT AND fixVersion = "Q2 2026" ORDER BY priority DESC
Option 2 - Label based:
project = YOUR_PROJECT AND labels = "Q2-2026" ORDER BY priority DESC
Rule | Detail |
|---|---|
Every dashboard must have an owner | Set in dashboard permissions |
Review dashboards quarterly | Archive or delete dashboards no longer in use |
Do not share dashboards as public | Share with specific groups or projects only |
Broken gadgets must be fixed within 1 sprint | A gadget showing an error affects all viewers |
If you need help setting up a dashboard or filter, raise a request via the Service Desk.
Last updated: May 2026 - Maintained by iSPARKLE-SPARKLE team