Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

By the end of this tutorial, you'll know how to use the Rich Filter Statistics  gadgets gadgets and to control the displayed data using a Rich Filter Controller gadget. 

...

How to add (1D) Statistics gadgets

Info

For this tutorial, you need to must already have created a Rich Filter with at least a Smart Filter and , a dashboard with a Controller, and preferably a Rich Filter Results gadget (with a couple of views) based on the Rich Filter. We have used the the Rich Filter and dashboard from the previous tutorial.

  1. In the Jira dashboard, add one Rich Filter Statistics Gadget. Click Add gadget.

...


  1. Image Modified

...

  1. While gadget configuration, ensure you set the same rich filter you have selected in the other gadgets in the same dashboard (remember, this

...

  1. links together the gadgets in the same dashboard; a Controller controls all the gadgets

...

  1. with the same rich filter as the Controller).

    Image Modified

...

  1. Suppose you need to exclude the

...

  1. canceled issues from the results (all issues having a non-empty resolution other than Fixed). In this case,

...

  1. write the

...

  1. JQL:

...

  1. resolution in (EMPTY, Fixed) in the Working Query

    Image Modified
  2. Pick an Assignee for the Statistic Type.

    Image Modified
  3. Save the configuration.

    Image Modified
  4. The gadget will display the Issue Count for each assignee, excluding the

...

  1. canceled issues (because

...

  1. you have used the Working Query).

    Image Modified
  2. 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).

    Image Modified

...

  1. Edit the Statistics gadget.

    Image Modified
  2. Set the Title “Assignee Statistics

...

  1. to use this title instead of the default one. 

    Image Modified
  2. Add one new output value – Story Points:
    Click the '+' button

...

  1. to add a second value

    Image Modified


    and select

...

  1. Story Points.

    Image Modified
  2. Save the configuration of the gadget

    Image Modified
  3. You'll notice that the gadget has the title you have set and it displays two outputs: Issue Count and Story Points.

    Image Modified
  4. Add a new Rich Filter Statistics gadget to the dashboard.

...

  1. While configuring the

...

  1. gadget, select the

...

  1. Rich Filter you

...

  1. selected for the other gadget.

  2. In the Statistics Type list, you'll notice that you can also select the Smart Filters configured in the Rich Filter.

...

  1. Select the Warnings smart filter as a Statistic Type.

    Image Modified
  2. Save the configuration of the gadget.

  3. The gadget will now display the Issue Count for each clause of the Smart Filter.

...

  1. image-20240521-075117.pngImage Added

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.

Learn More

In order to know everything about Smart Filter configuration in Rich Filters, have a look at See also

Configuring Smart Filters.

In order to know everything about Rich Filter Statistics gadgets, have a look at Configuring the Rich Filter Statistics Gadget.

For the next tutorial, continue to Add Two-Dimensional Rich Filter Statistics gadgets to your interactive Jira Dashboard.