I want to export all the issues to Excel but Jira let me export only 1000 by time. I tried using &page/start=2000 to export the other issues but Jira is still exporting the first 1000 rows. I am trying to create a filter to select the issues but when I use the operator >= or <= It does not work properly (is not filtering all the issues).
Did you use &pager or &page ?
Refer to https://confluence.atlassian.com/jirakb/export-more-than-1000-issues-to-excel-from-issue-navigator-in-jira-cloud-779160811.html , it should be &pager/start=1000
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.