
| Key: |
JRA-8214
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
James Drew
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
JIRA
Created: 12/Oct/05 12:36 PM
Updated: 28/Nov/07 05:21 AM
|
|
| Component/s: |
Import / Export
|
| Affects Version/s: |
3.3
|
| Fix Version/s: |
3.7
|
|
|
Issue Links:
|
Cloners
|
|
This issue was cloned as:
|
|
JRA-14056
CLONE -XML export limited to 25 records
|
|
|
|
|
|
Reference
|
|
This issue relates to:
|
|
JRA-10404
Make 'views' of content (single issue and search request) pluggable, and rewrite default implementations in velocity
|
|
|
|
|
|
|
|
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...
|
|
Description
|
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...
|
Show » |
|
Thanks for you feed back.
You can manually implement this by editing the file:
Edit the following line and change tempMax to your desired value. E.g. 100000
Cheers,Nick