This page relates to an older version 1.7 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.

Add Smart filters and Smart columns to your interactive JIRA dashboard

The Smart Filters are the last type of filter you can define in Rich Filters. By the end of this tutorial you'll be able to add drop-down buttons that allow you to filter by criteria you have defined. You'll also be able to display in Rich Filter Results gadget (colored) computed columns (we call these smart columns) based on the same criteria.

How to add smart filters and smart columns

For this tutorial you need to already have created a Rich Filter and a dashboard with a Controller and Filter Result (with a couple of views) based on the Rich Filter. We have used the the Rich Filter and dashboard from the previous tutorial.

  1. Open the configuration page of your Rich Filter.
  2. Once you are on the Rich Filter configuration page, click on Smart Filters link on the left of your screen.
  3. Add a new Smart Filter. Give it the name Warnings and check only Labels Tag Types (more about this in a second).

  4. Add the three clauses below:
    1. Label: High Priority, JQL: priority in (1,2) and status = Open
    2. Label: Past Due Date, JQL: duedate < now() and status != Closed
    3. Label: No Due Date, JQL: duedate = empty and status not in (Resolved, Closed)
  5. Open/refresh the dashboard you already have and which is based on your Rich Filter. You'll notice that a new drop-down filter has been added in the Controller containing the three options you have configured. Clicking any option will trigger the other gadgets based on the same Rich Filter in the dashboard to apply the JQL you have configured for each option.
  6. Go back to the Smart Filters section of your Rich Filter configuration page. Edit the Warnings smart filter.
  7. Add the Colors Tag Type.
  8. For each clause of the Warnings Smart filter add a color like in the picture below.
  9. Go in the Views section of the Rich Filter.
  10. In the Requester View, you'll notice that it is now possible to use the Smart Filter as a computed column (we call this a Smart Column). Add the Warnings Smart Column to your view.
  11. Once added, edit the Warning Smart Column. 
  12. Make sure you select: Show tags as - Colored Labels and Column Heading - Smart Filter Name.
  13. Open/refresh the dashboard you already have and which is based on your Rich Filter. You'll notice that the Requester view of the Filter Results Gadget now displays a new column called Warnings, just the way you have configured.
  14. Go back to the Smart Filters section of your Rich Filter configuration page. Create a new Smart Filter called Risk and which has only the Tag Type Colors.
  15. Add the JQLpriority in (1,2) and assignee = empty

    Make sure you click on the Add button. 
  16. Go to the View section of your Rich Filter. In the Delivery view add the Smart Column Risk you have just created.
  17. Drag & drop the Risk Smart Column after the Priority column. 
  18. Edit the Risk Smart Column
  19. Make sure you select Column Heading - None (we want this column to be as compact as possible). 
  20. Open/refresh the dashboard you already have and which is based on your Rich Filter. You'll notice that in the Delivery view of the Filter Results Gadget, next to the Priority field, unassigned issues in Priority 1 or 2 are highlighted.  

Smart Filters are a very powerful mechanism that allow you to create complex filtering groups, to add computed columns to your views and highlight issues using color coding.

Learn More

To follow through with the tutorial, continue to Add Rich Filter Statistics gadgets to your interactive JIRA Dashboard.

In order to know everything about Smart Filters, have a look at Configuring Smart Filters.