History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JRA-8214
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: James Drew
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JIRA

XML export limited to 25 records

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

Time Tracking:
Not Specified

Issue Links:
Cloners
 
Reference
 

Participants: Brian Nguyen, James Drew, Nick Menere [Atlassian] and Scott Farquhar [Atlassian]
Since last comment: 107 weeks, 1 day ago
Resolution Date: 04/Jul/06 08:23 AM
Labels:


 Description  « Hide
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...


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Nick Menere [Atlassian] - 12/Oct/05 11:41 PM
James,
Thanks for you feed back.

You can manually implement this by editing the file:

  • includes/navigator/table/header.jsp

Edit the following line and change tempMax to your desired value. E.g. 100000

| <a href="<webwork:url page="/secure/IssueNavigator.jspa"><webwork:param name="'view'" value="'full'"/><webwork:param name="'tempMax'" value="'30'"/></webwork:url>"><webwork:text name="'navigator.results.currentview.full'"/></a>

Cheers,Nick


James Drew - 13/Oct/05 12:17 PM

Thanks also for this note. Again, I'll pass this along to our SA.

Switching gears a bit...in the future, where should I look for
information like this so that I can avoid logging duplicate bugs and
wasting your time. Before logging these, I looked for open bugs in
JIRA. In retrospect, I should have looked at all bugs. Are there other
places I should look as well?

JFD


Brian Nguyen - 13/Oct/05 07:20 PM
Hi James,

This site is generally the best place to look for information on bugs or other issues. You can also sign up to the jira mailing list, users will usually post general problems or queries that can be of interest.

If you have a specific problem with jira you can also log an issue at our support site

Thanks,
Brian


Scott Farquhar [Atlassian] - 04/Jul/06 08:23 AM
XML export in JIRA 3.7 will no longer be limited to 25 records.