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.
Hi!
I have more than 1000 requirements and need to export them in CSV or Excel for further analysis/consolidation.
I have checked this link https://confluence.atlassian.com/jirakb/export-over-1000-results-to-excel-from-jira-cloud-779160833.html but options 1 and 2 didnt work for me.
I can also use REST API but could not find any relevant methods for exporting.
Does anyone has any advise on how to do it?
Thanks
Kostas
Hi @Konstantinos Antonakopoulos
regarding the REST API, I don't think there's a specific API for exporting; you'd have to call the search endpoint, use the pagination parameters to load batches of 100 issues each (that's the maximum number you can retrieve in one call, IIRC), and then perform some kind of processing on the results of these calls to get your data.
The easier option may actually be to check out one of the export-related apps from the Atlassian Marketplace. Just to provide an example: I myself work on an app named JXL for Jira that - among many other things - allows exporting up to 10000 issues in one go (to Excel or CSV):
As said before - there's actually a number of apps that are focused on exports. You may already know that you can trial any app for free for 1 month, and depending on the size of your site, it may be free forever. So perhaps try out some and see which one works best for you.
Hope this helps,
Best,
Hannes
Thanks @Hannes Obweger - Fine Software - JXL
Will give it a try with the free version and let you know.
Free forever will probably not work as we are over 100 people on the project.
cheers
Kostas
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.