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 any number of 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 - JXL for Jira
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.