The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Exporting Jira Cloud tickets to Google BigQuery

Bernie J_
February 14, 2021

I see connectors for Jira on prem but not for Jira Cloud. Any suggestions? 

4 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Freemetrics
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 4, 2026

I'm the founder of FreeMetrics and we ship an app in exactly this category — weigh my bias accordingly.

Since this thread still ranks for "Jira Cloud to BigQuery" five years on, here's the 2026 state of the options for anyone landing here from search:

1. General ETL platforms (Skyvia, Talend, Boomi, Fivetran, Airbyte) — still the right call when Jira is one of many sources feeding a warehouse you already run. Costs are row/credit-based, and Jira-specific modelling — changelog semantics, sprints, deletions — stays on you.

2. REST API scripts — they work, but the standing-pipeline parts are the hard 20%: pagination, the points-based rate limit Jira Cloud now enforces, deleted worklogs, custom-field typing, and the reconciliation you write after the first "why don't these numbers match Jira" incident.

3. Marketplace connectors — the BigQuery Connector mentioned above by Anna is the long-standing option. Ours is the new one (approved this month): BigQuery Sync for Jira runs on Atlassian Forge inside your Jira site and writes straight to a BigQuery dataset you own — the manifest permits egress only to bigquery.googleapis.com, so no vendor servers ever touch your data. Syncs every 5 minutes with full changelog, worklogs and sprints, plus ready-made views (time in status, sprint report, cycle times). Free forever for sites of 10 users or fewer, so trying the BigQuery route costs nothing: https://marketplace.atlassian.com/apps/4177948694/bigquery-sync-for-jira

Whichever route you take: sync the changelog (not just issues), keep history append-only, and record deletions — otherwise the dashboard will never quite match Jira and nobody will trust it.

0 votes
Robin Kon
Contributor
November 4, 2024

Hello @Bernie J_,

There are many tools available to solve this problem. You can pay attention to Skyvia, Talend, and Boomi. Personally, I use the first tool, as it is the easiest to set up and the cheapest one.

Hope it helps

0 votes
Anna Odrynska - Alpha Serve
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
June 3, 2022

Hi @Bernie J_ 

I see that`s it's been a while since you've asked this question, but if you still need to know about all Jira Cloud to BigQuery integrations, you can keep in mind our BigQuery Connector for Jira which is also available for Cloud. 

Anna

0 votes
Dirk Ronsmans
Community Champion
February 15, 2021

Hey @Bernie J_ ,

I'm unfamiliar with the source possibilities of BigQuery but I think your best bet will be to use a REST API as the source.

I can see in the documentation that JSON is a valid format for loading data in Batched loading

https://cloud.google.com/bigquery/docs/loading-data

So using the REST API of your cloud environment might be something to explore.

https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/

Bernie J_
February 15, 2021

Thanks so much Dirk. Will check that out

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events