-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Documentation
-
None
There's a mistake in the URL shown in this documentation page:
Currently the page shows this sample URL:
https://<instance name>/sr/jira.issueviews:searchrequest-excel-all-fields/temp/SearchRequest.xls?jqlQuery=&tempMax=1000&pager/start=1001
The correct URL is this:
https://<instance name>/sr/jira.issueviews:searchrequest-excel-all-fields/temp/SearchRequest.xls?jqlQuery=&tempMax=1000&pager/start=1000
Note that the final parameter should be 1000, not 1001, because it's a zero-based index.