...
- In the Jira dashboard add one Rich Filter Statistics Gadget.
- In the configuration of the gadget make sure you set the same rich filter you have selected in the other gadgets in the same dashboard (remember, this is what links together the gadgets in the same dashboard; a Controller controls all the gadgets that have the same rich filter as the Controller).
- Let's suppose we need to exclude the cancelled issues from the results (all issues having a non-empty resolution other than Fixed). In this case, in the Working Query write the JQL:
resolution in (EMPTY, Fixed)
. - Pick Assignee for the Statistic Type
- Save the configuration
- The gadget will display the Issue Count for each assignee, excluding the cancelled issues (because we have used the Working Query).
- If you click on the filters in the Controller you'll notice that the results displayed by the Statistics gadget are impacted (the filter of the Controller is also applied).
- Edit again the Statistics gadget.
- Set the Title “Assignee Statistics” in order to use this title instead of the default one.
- Add one new output value – Story Points:
Click the '+' button in order to add a second value
and select: Story Points. - Save the configuration of the gadget
- You'll notice that the gadget has the title you have set and it displays two outputs: Issue Count and Story Points.
- Add a new Rich Filter Statistics gadget to the dashboard.
- In the configuration of the gadget select the same Rich Filter you have selected for the other gadget.
- In the Statistics Type list, you'll notice that you can also select the Smart Filters configured in the Rich Filter. As Statistic Type, select the Warnings smart filter.
- Save the configuration of the gadget.
The gadget will now display the Issue Count for each clause of the Smart Filter.
Tip |
---|
Smart Filters are a very powerful mechanism. By combining smart filters, the Rich Filter Statistics gadgets with all the range of possible outputs, and the Controllers you can immediately obtain statistics relevant for different contexts. |
...