This page relates to an older version 1.16 of Rich Filters for Jira Dashboards for Server & Data Center. See the documentation index for other versions, or for the Cloud version of Rich Filters.

The Rich Filter Date Bar Chart Gadget

The Rich Filter Date Bar Chart Chart gadget displays a bar chart based on the values of a date or date/time field. It is somehow similar with Jira’s built-in Recently Created Chart gadget, but unlike the built-in gadget which is always based on the Created date, the Rich Filter Date Bar Chart gadget can use any date field, it is a lot more customizable and it is based on a rich filter instead of a Jira saved search. The gadget add thus several new features: 

  • the collection of issues used to display the graph can be furthered filtered using Rich Filter Controller gadgets;
  • the gadget itself can further refine the results by applying a gadget-specific JQL that we call working query;
  • it can be based on any Jira date or date/time field, native (e.g. Created, Resolved, Due Date, etc.) or custom (i.e. Date Picker, Date Time Picker);
  • it can further split the bars based on additional criteria: predefined options, static filters or smart filters;
  • it supports two different layouts – stacked columns and clustered columns;
  • the values used by the gadget can be customized (for instance, to show the sum of Story Points instead of the Issue Count);
  • the gadget’s title can be customized.

Rich Filter Extensions

Rich filter extensions are separate Jira apps that can be installed on top of the Rich Filters for Jira Dashboards app to extend the rich filters and rich filter gadgets with new specific functionality.

New bar chart options are available if you add any of the these extensions:

Configuring the Rich Filter Date Bar Chart Gadget

Add a new or edit an existing Rich Filter Date Bar Chart gadget in your Jira dashboard. The configuration form of the gadget will be displayed:


Edit the gadget configuration as described in the following table:

SettingDescription
TitleOptionally, you can customize the title of the gadget. If left blank, the default title will be Rich Filter Date Bar Chart.
Rich Filter

Select the rich filter the gadget will use.

Click on the Rich Filter button to display the list of rich filters; you can either scroll through or use the search box to find the filter you need.

The gadgets’ configuration forms only show the rich filters you are allowed to view. See the section on permissions for details.

The link in the description line below the Rich Filter button opens a new page with the configuration of the selected rich filter.


 Also, when the gadget is in display mode, you can navigate directly to the rich filter of the gadget using the Rich Filter option in the menu at the top right of the gadget.

Working QueryThe working query is a JQL query that is combined with the base filter of the rich filter before searching for issues. The working query is optional: if left empty, only the base Jira filter and the quick filters affect the issues displayed.
Time IntervalsThe length of the time intervals to be represented on the chart. It can be: Hourly (only for date/time fields), Daily, Weekly, Monthly, Quarterly, or Yearly.
Number of IntervalsThe number of time intervals to be displayed in on the graph.
Display Period

Depending on the date field you use, you can select the period you wish to represent in the statistics gadget:

  • Past
  • Future
  • Past & Future

Fields like Created or Resolved always contain values that are in the past. Therefore you should always select Past for these fields as you will never find an issue created or resolved in the future.

Fields like Due Date contain values that can be both in the past and in the future. For this field it is more useful to select Future in order to easily see all the issues that are due soon or Past & Future to also see if there are overdue issues.

Split Type

You can, optionally, split the data on each time interval in sub-categories.

The split categories can be based on:

  • Predefined criteriaResolved/Unresolved or Status Category

  • Static filters – any static filter can be used to easily highlight a sub-set of the issues displayed in any time interval
  • Smart filters – any smart filter (having label and color) can be used to easily split the data in several categories
Split Layout

This setting applies only if the Split Type is based on a smart filter and can take one of the two values:

  • Stacked Columns – each interval is represented by a single column which is divided in categories based on the smart filters' clauses
  • Clustered Columns – each interval is represented by a cluster of columns, one column for each category based on the smart filters' clauses

The Stacked Columns layout can be used only if the split categories do not overlap. If the user selects Stacked Columns but the split categories overlap, the gadget will automatically use the Clustered Columns layout.

Display Type

It can be:

  • Interval value – shows the values of each individual interval.
  • Cumulative trend – progressively adds the values from the previous intervals. It includes only the issues starting with the first time interval of the graph.
  • Cumulative total – progressively adds the values from the previous intervals. It also includes the issues before the first time interval.

Values

Select the output type to be computed for each time interval. There are two kinds of possible values:

  • Issue Count: computes the number of issues in each interval.
  • Numeric: computes the sum of a numeric field for all issues in each interval. For instance, if using Jira Software, the gadget can show how many Story Points there are for each time interval.

In Jira, numeric fields can also store negative values. The Rich Filter Date Bar Chart gadget treats the negative values as zero.