Jira Metabase Connection

Hi Everyone,

I am just wondering has anyone connected Metabase to Jira yet? If so how was it done?

Thanks

I’ve been involved in doing it in two different ways:

  • Connection directly to the live Jira database in our case running on MySQL

  • Using ETL from Jira using the Python jira module managed with Airflow to a Redshift database. This setup allows us to retain some historic values which otherwise gets overwritten in Jira itself.

thanks very much, I will give both a go.

1 Like

As already being said, you need first to replicate Jira data to the data warehouse (BigQuery, Redshift, etc.) or database for connecting to the Metabase.