User Guide
How to: Build Your First Dashboard
A step-by-step guide to building your first useful Jira dashboard in under 10 minutes using three gadgets.
Before You Start
Make sure:
- The app is installed (check Installation & Setup)
- You have access to a Jira dashboard (view or edit)
- You have permission to view the project you want to report on
What You Will Build
A three-gadget dashboard:
- A pie chart showing issue status distribution
- An issue table for reviewing the details
- A filter controller so anyone can slice the data
Step 1: Open or Create a Dashboard
- In Jira, click Dashboards in the top navigation
- Select an existing dashboard, or click Create dashboard to make a new one
- Click the Edit button (pencil icon) to enter edit mode
Step 2: Add a Status Pie Chart
- Click Add gadget
- Search for "Custom Charts" and click Add
- In the left panel, select Projects and pick your project
- In the right panel → Chart Type tab → select Pie Chart
- Click the Chart By tab → select Status
- Watch the live preview update
- Click Save gadget
Result: A pie chart showing your project's issue distribution by status.
Step 3: Add an Issue Table
- Click Add gadget again
- Search for "Issue List" and click Add
- Set the same project as the data source
- Add columns: Key, Summary, Status, Assignee, Priority
- Add a Quick Filter: label "My Issues", JQL
assignee = currentUser() - Click Save gadget
Result: A table showing all issues with a one-click "My Issues" filter.
Step 4: Add a Filter Controller
- Click Add gadget → search for "Dynamic Filter Controller" → Add
- Set the same project as the base data source
- Add filter fields: Status, Assignee, Priority
- Click Save gadget - note the Reference ID shown on the saved gadget
- Edit your pie chart → change Data Source to Dynamic Filter Controller → select the Reference ID
- Edit your issue table → same step
- Click Done to exit edit mode
Result: Selecting a filter updates both the chart and the table simultaneously.
What's Next?
- Add a Goal Line to track targets: Calculations & Reference Lines
- Try Templates for faster setup: Templates
- Learn to spot bottlenecks: Time in Status Gadget
- See all 10 chart types: Chart Types Guide