Rick Hillegas wrote:

In compiling the release notes, I need to process the xml output of a multi-page jira report. When I select the XML output option, I get a page of xml output for the first page of the report. This is true regardless of which page of the report I have selected: I only get the xml output for the very first page. Can anyone help me figure out the following:

o How to get the xml output for all pages of the report OR
o How to get the xml output for a page other than the first page

Thanks,
-Rick

Hi Rick

For the XML output of the report, the url looks like:
http://issues.apache.org/jira/secure/IssueNavigator.jspa?view=rss....order=DESC&tempMax=25......

There is an attribute 'tempMax' towards the end, the default value is 25, change that to the larger number you desire and you can get the entire report.

For example: using a tempMax=80
http://issues.apache.org/jira/secure/IssueNavigator.jspa?view=rss&&pid=10594&resolution=-1&component=11406&sorter/field=priority&sorter/order=DESC&tempMax=80&reset=true&decorator=none

Hope this helps.

-Rajesh

Reply via email to