Build a simple interactive Jira dashboard
Overview
By the end of this tutorial, you will know how to build a simple Jira dashboard with two interactive gadgets: a Rich Filter Controller gadget and a Rich Filter Results gadget. You can filter the work items that the Rich Filter Results gadget displays by clicking buttons (static filters) in the Rich Filter Controller gadget.
Before you start
Make sure you have created a rich filter. For instructions, see the Create and access rich filters tutorial.
Add static filters to the rich filter
Open the configuration page of your rich filter as described in the Create and access rich filters tutorial.
Click the Static Filters tab.
Click Create static filter and define two static filters:
Closed with JQL query:
status = Closed
Assigned to me with JQL query:
assignee = currentUser()
Click Create.
Build the dashboard
To create a new Jira dashboard, click Dashboards under Jira navigation and click Create dashboard.
Fill in the fields in the dialog and click Save.
Choose a name and a description for your dashboard
Choose who can see and edit your dashboard
You can add a Rich Filter Results gadget to the dashboard by clicking Add gadget at the top right of the screen.
In the Add a Gadget dialog, simply type Rich
in the Search field to easily find the gadgets provided by the Rich Filters for Jira Dashboards app.
In the configuration form of the Rich Filter Results gadget, select your rich filter.
You don't need to change anything else for now.Click Submit.
The Rich Filter field provides a search function to easily find your rich filter by typing only a part of its name.
Rich Filter Controller
Add a Rich Filter Controller gadget to the same Jira dashboard.
In the configuration form of the Rich Filter Controller gadget, select the same rich filter as in the Rich Filter Results gadget.
You don't need to change anything else for now.Click Submit.
The Rich Filter Controller gadget displays the two static filters defined in your rich filter.
They are displayed as on/off buttons that can be independently activated and deactivated simply by clicking them.
When you activate or deactivate a static filter, the Rich Filter Results gadget will be updated to display the issue collection obtained by applying the Jira base filter of the rich filter combined (
AND
ed) with the JQL queries of the active static filters. For example, if you click Closed, the Rich Filter Results gadget will be updated to display only the closed issues among those returned by the Jira base filter.
You can change the order of the static filters in the rich filter configuration. In each Rich Filter Controller gadget, you can use this default order or customize the list of filters to be displayed by selecting the ones you want and placing them in the order you want.
Learn more
To learn more about static filters, look at Configuring Static Filters.
To learn how to customize the display of the issues in your Jira dashboard, continue to the tutorial Define views for your dashboard.
Need support? Create a request with our support team.