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: 

Accessing data after migration to cloud

Scott Pippin
January 20, 2021

We currently access the database directly to run our own reports.  Once we migrate to the cloud how do we gain access to the data to run our own reports?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Nic Brough -Adaptavist-
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.
January 20, 2021

You don't.

You will need to throw away all your reporting and move to proper methods to do it (SQL is the worst possible way to try to report on Jira, hence the "not proper").  This means using the reports or apps built on Cloud to do it.

Atlassian have (yesterday) opened the floor for early access to the Data Lake though, which is intended to improve the access by proper reporting tools (not relying on home-rolled terrible SQL).  https://community.atlassian.com/t5/Jira-Software-articles/Introducing-Atlassian-Data-Lake-for-Jira-Software-Early-Access/ba-p/1584438 for a bit more on that.

1 vote
Bastian Stehmann
Community Champion
January 20, 2021

HI @Scott Pippin ,

You don't have any access to the database after migration to cloud.

You'll need to check if there are apps  that can provide the reports/data or if you can get the data via REST API.