Integrating Jira with Google Data Studio - Part 1
I've really been enjoying working with Jira in Google Data Studio lately, and I wanted to share.
(See Part 2 here: https://www.dhirubhai.net/pulse/integrating-jira-google-data-studio-part-2-william-kennedy/)
There are two approaches I'll cover here, and both will net you the ability to view a custom set of Jira data in a spreadsheet and connect that spreadsheet as a data source in Data Studio.
Jira Cloud for Google Sheets
This two-part integration assumes you're using Jira Cloud. Follow the excellent and simple setup instructions to link your Atlassian account to start importing data from your favorite JQL into Google Sheets.
If that weren't enough, we will use the resulting Sheet as a Data Source in Data Studio.
REST (Not so) Easy
Another method follows Eric Shiflet's example to get Jira data into a Google Sheet. The same method can be applied to other REST endpoints, helpful to build blended data sources.
领英推荐
Google Data Studio
Adding data and/or a chart will allow you to select a data source using the worksheet prepared earlier. I find it helpful to create a Worksheet per project/site and create worksheets with each of the requests I want to make. You can have worksheets for the JQL driving your favorite dashboard and various other REST endpoints, such as fields and filters.
I hope to explore this integration more in future articles and posts.