Thanks, Rajesh. That does the trick!

Regards,
-Rick

Rajesh Kartha wrote:

Hi Rick,

The same parameter exists for the XML output also. After selecting the XML o/p, edit the url to change the value of tempMax and you will get the
entire list as XML .

For example:

The url you mentioned http://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=12311199

returns 372 issues. The entire list as XML can be obtained by using a tempMax=400:

http://issues.apache.org/jira/secure/IssueNavigator.jspa?view=rss&&type=1&type=4&type=2&pid=10594&resolution=1&component=11407&component=11400&component=11690&component=11410&component=12310640&component=11709&component=11411&component=11415&component=11408&component=11412&component=11414&fixfor=11187&status=5&status=6&sorter/field=issuekey&sorter/order=DESC&tempMax=400&reset=true&decorator=none

-Rajesh



Rick Hillegas wrote:

Thanks, Rajesh. Appending tempMax=400 to the URL gave me all of the issues on one page. However, when I selected XML output I still only got the first 25 issues.

Regards,
-Rick

Rajesh Kartha wrote:

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