Configure views

Configure views

Contents:

About views

Views allow users to define the columns the Rich Filter Results gadgets display. Each view contains a list of columns based on issue fields, special columns, custom values, or tags based on static filters or smart filters. Additionally, a view can also contain a Gantt chart. The Rich Filter Results gadgets can display multiple views of the issue collection returned by the rich filter.

Views enable the Rich Filter Results gadgets to display large amounts of information in a clean manner:

  • Each view can contain columns that are relevant for a particular purpose – users in different roles might need to see different columns;

  • The Rich Filter Results gadgets can display multiple views at once, allowing users to easily switch between them by clicking on tabs located at the top of the gadget;

  • For any column, users can customize the column header to be displayed in Rich Filter Results gadgets;

  • The computed columns based on static and smart filters allow users to display computed tags (labels) and to add color coding;

  • Users can customize the display format of the columns based on numeric fields (number of decimals, thousand separators) and on time-tracking fields (Jira's time display format or days, hours, minutes, or seconds);

  • Views can optionally show column totals based on numeric and time-tracking fields or custom values. The formula used for aggregation can be selected for each column among four options: sum, average, minimum, or maximum value;

  • Views can optionally display a Gantt chart.

results views.png

Views key attributes

You can add new views and see their configuration in the Views section of your rich filter.

views options.png

The key attributes of a view are:

Attribute

Description

Attribute

Description

Name

Each view has a name used to identify and display it. The name is mandatory and must be unique among the views within the rich filter.

Show Gantt chart

If enabled, the view will have a Gantt chart as its last column, in addition to the columns selected in the Columns list.

Show totals row

If enabled, the view will have an extra row at the bottom, showing totals for columns based on numeric and time-tracking fields or custom values.

For numeric and time-tracking fields, the total formula (sum, average, min, or max) can be configured for each column individually. For custom values, the total formula is the one selected for the custom value configuration.

One-line rows by default

The view will be displayed with one line per row by default (compact layout) if enabled. Users can still switch between the two layouts in the Rich Filter Results gadgets.

Views with the Gantt chart enabled can only be displayed with one line per row.

Columns

Each view contains a list of columns that are displayed when the view is used in Rich Filter Results gadgets. The columns can be:

Add and edit views and columns

The Views section of your rich filter lets you perform the following operations:

To achieve this:

Do the following:

To achieve this:

Do the following:

Add a new view

Click Create view at the top-right of the page.

create view option.png

Type a name, check the checkboxes you need for the view, and click the Create button.

You can add up to 50 views in each rich filter.

Browse the views list

Depending on your rights, you can click any view name to view or edit its properties. 

Reorder the views

In the views list, hold the pointer over the view's Grid (grid icon.png) icon, then drag up or down to the new position.

Duplicate a view

  1. Click Duplicate under the Menu (Menu.png) next to your view name.

duplicate view.png

 

  1. Type the name of the new view and click Duplicate. A new view with the same columns is created.

2025-09-03_09-58-02.png

 

Delete a view

Click the Delete option under the Menu (image-20250903-080559.png) next to the view’s name.

delete view.png

 

When you create a new view or if you click on an existing view, a new screen focusing on the selected view is displayed. This screen lets you perform the following operations on the selected view: 

Edit a view name

Click the Edit icon located next to the view’s name.

change view name.png
edit view name.png

 

Enable totals and one-line rows by default

Toggle the corresponding switch by clicking it.

Enable Gantt chart

Toggle the Show Gantt chart switch to turn the Gantt chart on or off.

image-20250729-053005.png

 

A configuration dialog is displayed when the Gantt chart is enabled for the first time in a view. To configure the Gantt chart, follow these steps:

  • Select the issue fields to be used as start and end dates. In the example below, the chart is based on the issue fields Start date and Target end. This means that the bars start on the issues' Start date and finish on their Target end.

  • Optionally, configure the dependencies to be shown in the chart. The dependencies represent the order in which issues need to be done. They are based on the issue link types configured in your Jira instance. To add a new dependency, select an issue link type from the Add a link type dropdown – the dependency will be added to the list. In the example below, we have configured a dependency based on the issue link type Blocks, so the dependency will use the blocks / is blocked by links between the issues. You can reverse the precedence order by clicking on the swap link at the right of the dependency line. When issue A precedes issue B (i.e., issue A must be done before issue B), in the chart, a link to issue A will be displayed to the left of the bar of issue B, and a link to issue B will be displayed to the right of the bar of issue A. The dependencies in the Gantt chart configuration are optional and purely informative – they do not affect any calculation.

  • Specify how the bars should be colored. You can select either Status Category (the default option – for predefined bar colors) or one of the smart filters defined in the rich filter (for custom bar colors). With the Status Category option, the bars will have the color of the issue's status, as defined in Jira. If you select a smart filter, the bars will have the color of the first clause of the selected smart filter that matches the issue (first match logic); if none of the clauses matches the issue, a default gray color will be used for that issue. This means that, by using a smart filter, you can specify the colors of the bars depending on the priority of the issues or any other filtering criteria that can be expressed in JQL.

For details about using Gantt charts in the Rich Filter Results gadget, look at Use Gantt charts.

Edit the Gantt chart

 If the Gantt chart is already enabled, click the Edit (edit icon.png) icon to view or edit the configuration of the Gantt chart – the configuration dialog described above will be displayed.

Add columns to a View

Click the Add a column... field to display all the available options: issue fields, special columns, static filters, smart filters, and custom values. Scroll through the list, use the section scroll buttons to quickly jump between sections, or use the search box to quickly find the columns you're looking for.

The views with no columns are not displayed by Rich Filter Results gadgets. You can add up to 30 columns in each view.

Edit columns 

Click the Edit (edit icon.png) icon next to the column.

2025-08-01_12-35-49.png

Depending on the type of column, the folloing options are available:

  • Column heading – for any column, you can customize the column header to be displayed in Rich Filter Results gadgets:

  • Display as – You can also customize the way the tags are displayed for smart columns. (This also depends on the configuration of the smart filter. For example, a smart filter with only the color tag type cannot display labels.)
    If the smart filter tags are shown as labels, you can also use the Equal size lozenges checkbox, which forces all tags to have the same width. This can make a smart column look nicer.

  • Total formula – for numeric and time-tracking fields, if the view is configured to show the totals row, you can select the formula to be used for computing totals. The possible options are sum, average, minimum, maximum, and none if you want to hide the total for the field.

  • Value formatting – for columns based on numeric and time-tracking fields, you can choose the format of the values (including the total if enabled) among the following options:

    • For numeric fields:

      • Thousand separators on/off

      • Number of decimals: none or maximum 3, 2 or 1 or exactly 3, 2 or 1

    • For time-tracking fields:

      • Jira's time display format – uses the time format as configured in Jira by the administrator of the instance

      • Days, hours, minutes, or seconds

What's the difference between maximum 2 and exactly 2 decimals?

If you select the exactly 2 option, the value will always be displayed with 2 decimals. This is achieved by rounding to 2 decimals if more than 2 are available (e.g., 23.4567 → 23.46) or padding with zeros up to a total of 2 decimals if fewer than 2 are available (e.g., 23.4 → 23.40).

Selecting the maximum 2 option will display the value with 0, 1, or 2 decimals. This is achieved by rounding to 2 decimals if more than 2 are available (e.g., 23.4567 → 23.46) and leaving the value as it is if 2 or fewer decimals are available (e.g., 23.4 → 23.4).

Reorder columns

Hold the pointer over the Grid (grid icon.png) icon, then drag and drop it up or down to the new position. Rich Filter Results gadgets will display the columns in this order.

2025-08-01_12-37-32.png

 

Delete columns

Click the Delete (delete_icon.png) icon next to the column.

2025-08-01_12-39-00.png

 

Freeze columns

Click the Freeze (image-20250801-111349.png) icon to freeze or unfreeze the corresponding column. Frozen columns remain visible during horizontal scrolling in the Rich Filter Results gadget.

Frozen column

Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.