Versions Compared

Key

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

This article explains how to run an SQL query in Oracle Database to identify dashboards that use Rich Filter gadgets in a Jira Server/Data Center instance.

Run the below Query query in the Oracle database to get the list of dashboards that use the Rich Filter gadgets.

...

The SQL query above will return the list of dashboard which dashboards that use at least one rich filter gadget. For each dashboard, the query returns the dashboard id, dashboard name, dashboard owner, the id and name these values:

  • Dashboard ID

  • Dashboard name

  • Dashboard owner

  • Rich filter ID

  • Name of the rich filter used in that dashboard.

    The same rich filter can be used in multiple dashboards and each dashboard can use multiple rich filters, there is an n-to-n relationship between dashboards and rich filters.

Info

This SQL query is tested on oracle database, please modify the query as per the DB.