-
Bug
-
Resolution: Fixed
-
Medium
-
3.3
-
3.03
-
When exporting issues as XML, export is limited to 25 records, even though my issue list is substantially larger.
Recipe:
- Perform some search to identify set of records larger than 25
- In the "current view", select XML
- JIRA displays XML for 25 records.
- At this point, I typically save the file and then import into Excel for additional manipulation. More on that in a later issue...
Workaround:
- For the page where JIRA displays the 25 records, the URL contains all the parameters. One of them is tempMax=25. Changing this value to sufficiently large number and re-loading the page yields a proper export.
Expected/Suggested behavior:
- At a minimum...more clearly document the (highly-questionable) default behavior and workaround
- Vastly preferable...JIRA generates XML for all records in the current set, thereby making the XML link work like all the other export links...
- relates to
-
JRASERVER-10404 Make 'views' of content (single issue and search request) pluggable, and rewrite default implementations in velocity
- Closed