You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Is it possible to access/download our data in the cloud directly?
We would like to use it for an IA project, so we do not want to use rest api's, but would like to have a copy of our data
Hi,
You could download a backup, that should give you all the data. The drawback is that you need to figure out the format of the XML backup files.
You could also do a search and export the issues to a csv file, but that will be a bit cumbersome since you can only get 1000 issues at a time in Cloud.
You could still use REST and just save the data. If you have some programming skills, you could write a small client that fetches all issues and save them locally.
//Sune
Hi Sune,
Thanks for the fast reply
I think, we will try to make a back-up and see if we can figure it out.
But in case we can not, could you explain how I do a search and then export?
Anja
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Go to 'Filters -> Advanced issue search'. Modify the time interval for 'Created' to select chunks of issues in sizes less than 1000.
//Sune
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.