I have tried at least 20,000 and it works well using the Jira for Excel add-ins. I wonder if this is doable for 200k?
Hi Matthew,
Yes, but it is painful. Review Atlassian's Export over 1000 Results to Excel from Jira Cloud page. TL;DR, iterate the 1000 result export 200+ times. If you're handy with scripting, you might be able to perform the same iterative method via the API.
I have exported ~132k issues on Jira Server 8.3 by changing the jira.search.views.default.max and jira.search.views.max.limit values. You may need to Export to Server, modify those settings, and then export all at once. I didn't experience any OOMEs with a 2GB heap in a virtual machine. Cheers!
Thanks a lot! Very useful tip :)
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.