I am trying to export issues in "issue search" for which I have created a filter. My results are more than 2000. Not able to export this to excel.
I have seen the article where we have to edit the url to increase the max limit, but my url looks like this-
Https://jira.srv.volvo.com/issues/?filter=125434#
How do I increase the limit?
Here is my JQL-
project = PCR AND issuetype = "Documentation Change" AND status in (Implemented) AND "PCR Context" = P6700 ORDER BY created DESC, priority ASC
So I do not have any more filters either, or I could split by filter and merge the results. I'm stuck, pls help :(
It's not the filter url that you need to modify, it's the export link itself.
Better described here: https://confluence.atlassian.com/jirakb/filter-export-only-contains-1000-issues-in-jira-server-191500982.html
On that page you can also find other solutions (more permanent), but for a one time use and especially if you do not have the means of making global changes to Jira, the URL params still work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.