How to Create a Dashboard in Jira (2026 Guide)
Jira dashboards combine filters, gadgets, and charts into a single view that surfaces the metrics you care about. A well-built dashboard replaces the manual process of running queries and compiling status reports.
This guide covers how to build dashboards in Jira for different audiences: sprint teams, PMs, and executives.
Step-by-step guide
Step 1: Create a new dashboard
Go to Dashboards > Create Dashboard. Give it a descriptive name like "Product Team Sprint Dashboard" or "Q3 Release Status." Set visibility: share with your team group or make it project-specific. Add a description so others understand its purpose.
Step 2: Build the right JQL filters
Before adding gadgets, create saved JQL filters. Key filters: "Sprint Burndown" (project = X AND sprint in openSprints()), "Open Bugs" (project = X AND issuetype = Bug AND status != Done), "My Items" (assignee = currentUser() AND sprint in openSprints()). Saved filters power dashboard gadgets.
Step 3: Add sprint tracking gadgets
Add these gadgets to your sprint dashboard: Sprint Burndown Chart (shows daily progress), Sprint Health Gadget (scope changes), Pie Chart grouped by Status (current distribution), and Filter Results showing flagged issues. Arrange them in a 2x2 grid for a clean layout.
Step 4: Create a release dashboard
For release tracking, add: Version Report (progress toward a fix version), Created vs Resolved chart (trend over time), Two Dimensional Filter showing Priority x Status, and a Filter Results gadget listing unresolved blockers. This gives stakeholders release readiness at a glance.
Step 5: Build an executive wallboard
Create a separate dashboard for executives with high-level gadgets: Pie Chart of epics by status, Road Map gadget showing the timeline, and a Heat Map of open issues by priority. Use the Wallboard feature to display this on a team monitor.
Step 6: Set up dashboard subscriptions
Use the Dashboard > Subscribe feature to email the dashboard as a PDF to stakeholders on a schedule (weekly for sprint dashboards, monthly for release dashboards). This replaces manual status report creation.
Common mistakes
Too many gadgets on one dashboard
A dashboard with 15 gadgets is overwhelming. Each dashboard should answer one question: "Are we on track for the sprint?" or "What is the release status?" Use 4-6 gadgets maximum per dashboard.
Stale JQL filters
Filters that reference specific sprint names or version numbers go stale every sprint. Use dynamic JQL: openSprints(), latestReleasedVersion(), etc. Dynamic filters update automatically.
Not sharing dashboards
A dashboard only you can see provides no team value. Share dashboards with the relevant group. Pin team dashboards to the project sidebar so everyone has access.
Tips
- Use the "Two Dimensional Filter Statistics" gadget for pivot-table-style analysis
- Create a personal dashboard for your daily work alongside team dashboards
- Use the Wallboard mode to display dashboards on a team monitor in the office
How Vantage helps
Jira dashboards show engineering execution status. Vantage provides the product context layer: why each feature is being built, which PRD it traces to, and how it connects to other projects. Together, Jira dashboards track "are we building it right" while Vantage tracks "are we building the right thing."