While I am trying to export issues to excel it is not letting me export more than 1000 issues. Can someone help me with it? How can I exprt more than 1000 issues? I want a monthly export which is minumum 3000 issues a month
JIRA has a 1000 issue limitation for export. See this KB for a workaround
https://confluence.atlassian.com/display/JIRAKB/Export+More+Than+1000+Results+to+Excel
And have in mind that exporting too much issues at once may lead to OutOfMemory errors just because all the data is stored in a single String var on the server, so if you get such error increase the heap size.
You might find JIRA Command Line Interface helpful to automate your monthly report. getIssueList will produce a csv that can be imported into Excel. If you use it with a pre-defined JIRA filter, then it will page the results so that you don't have the 1000 limit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mohini,
you can do that just adding a new jira property as specified at the follow link https://confluence.atlassian.com/display/JIRAKB/Export+More+Than+1000+Results+to+Excel
Hope this helps,
Fabio
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.