[
https://jira.codehaus.org/browse/MCHANGES-351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bernd Eckenfels updated MCHANGES-351:
-------------------------------------
Description:
I try to generate a JIRA changes report for apache commons VFS. If I set the
maxEntries to 600 it wont work. It looks like the Apache Instance only allows
to search for 100 entries (JIRA On Demand seems to be limited to 1000). In my
case there are 141 bugs in the current fixversion and the query finds 295).
According to the JIRA docu you can query with different offsets, so would it be
possible to query startAt=0-99,100-199,... and so on?
Here is the request and the response:
{code}
Address: https://issues.apache.org/jira/rest/api/2/search
Http-Method: POST
Content-Type: application/json
Headers: {Accept=[application/json], Content-Type=[application/json],
Payload: {"jql":"project = VFS AND status in (5, 6) AND resolution in
(1) AND type in (1, 2, 3, 4, 5, 6) ORDER BY fixversion DESC, type ASC,
key DESC","maxResults":600,"fields":["*all"]...
Response-Code: 200
Encoding: UTF-8
Content-Type: application/json;charset=UTF-8
Headers: \{Cache-Control=[no-cache, no-store, no-transform],
connection=[Keep-Alive], content-type=[application/json;charset=UTF-8],
Date=[Mon, 19 Jan 2015 01:50:37 GMT], Keep-Alive=[timeout=5, max=96],
Server=[Apache-Coyote/1.1],
Set-Cookie=[JSESSIONID=4871902251E72BC474B2D32941521F9A; Path=/jira/; Secure;
HttpOnly], transfer-encoding=[chunked], X-AREQUESTID=[110x29767730x2],
X-ASEN=[SEN-2062203], X-AUSERNAME=[anonymous], X-Content-Type-Options=[nosniff]}
Messages:
Message (saved to tmp file):
Filename:
C:\Users\eckenfel\AppData\Local\Temp\cxf-tmp-435678\cos4903552076318255093tmp
(message truncated to 102400 bytes)
Payload:
{"expand":"schema,names","startAt":0,"maxResults":100,"total":295, ...
{code}
was:
I try to generate a JIRA changes report for apache commons VFS. If I set the
maxEntries to 600 it wont work. It looks like the Apache Instance only allows
to search for 100 entries (JIRA On Demand seems to be limited to 1000). In my
case there are 141 bugs in the current fixversion and the query finds 295).
According to the JIRA docu you can query with different offsets, so would it be
possible to query startAt=0-99,100-199,... and so on?
Here is the request and the response:
{quote}
Address: https://issues.apache.org/jira/rest/api/2/search
Http-Method: POST
Content-Type: application/json
Headers: {Accept=[application/json], Content-Type=[application/json],
Payload: {"jql":"project = VFS AND status in (5, 6) AND resolution in
(1) AND type in (1, 2, 3, 4, 5, 6) ORDER BY fixversion DESC, type ASC,
key DESC","maxResults":600,"fields":["*all"]}
Response-Code: 200
Encoding: UTF-8
Content-Type: application/json;charset=UTF-8
Headers: {Cache-Control=[no-cache, no-store, no-transform],
connection=[Keep-Alive], content-type=[application/json;charset=UTF-8],
Date=[Mon, 19 Jan 2015 01:50:37 GMT], Keep-Alive=[timeout=5, max=96],
Server=[Apache-Coyote/1.1],
Set-Cookie=[JSESSIONID=4871902251E72BC474B2D32941521F9A; Path=/jira/; Secure;
HttpOnly], transfer-encoding=[chunked], X-AREQUESTID=[110x29767730x2],
X-ASEN=[SEN-2062203], X-AUSERNAME=[anonymous], X-Content-Type-Options=[nosniff]}
Messages:
Message (saved to tmp file):
Filename:
C:\Users\eckenfel\AppData\Local\Temp\cxf-tmp-435678\cos4903552076318255093tmp
(message truncated to 102400 bytes)
Payload:
{"expand":"schema,names","startAt":0,"maxResults":100,"total":295, ...
{quote}
> No paging when maxEntries is reached
> ------------------------------------
>
> Key: MCHANGES-351
> URL: https://jira.codehaus.org/browse/MCHANGES-351
> Project: Maven Changes Plugin
> Issue Type: Bug
> Components: jira
> Affects Versions: 2.11
> Environment: Maven 3.2.5; Java 1.7.0_72 x64 on win7, german
> Reporter: Bernd Eckenfels
>
> I try to generate a JIRA changes report for apache commons VFS. If I set the
> maxEntries to 600 it wont work. It looks like the Apache Instance only allows
> to search for 100 entries (JIRA On Demand seems to be limited to 1000). In my
> case there are 141 bugs in the current fixversion and the query finds 295).
> According to the JIRA docu you can query with different offsets, so would it
> be possible to query startAt=0-99,100-199,... and so on?
> Here is the request and the response:
> {code}
> Address: https://issues.apache.org/jira/rest/api/2/search
> Http-Method: POST
> Content-Type: application/json
> Headers: {Accept=[application/json], Content-Type=[application/json],
> Payload: {"jql":"project = VFS AND status in (5, 6) AND resolution in
> (1) AND type in (1, 2, 3, 4, 5, 6) ORDER BY fixversion DESC, type ASC,
> key DESC","maxResults":600,"fields":["*all"]...
> Response-Code: 200
> Encoding: UTF-8
> Content-Type: application/json;charset=UTF-8
> Headers: \{Cache-Control=[no-cache, no-store, no-transform],
> connection=[Keep-Alive], content-type=[application/json;charset=UTF-8],
> Date=[Mon, 19 Jan 2015 01:50:37 GMT], Keep-Alive=[timeout=5, max=96],
> Server=[Apache-Coyote/1.1],
> Set-Cookie=[JSESSIONID=4871902251E72BC474B2D32941521F9A; Path=/jira/; Secure;
> HttpOnly], transfer-encoding=[chunked], X-AREQUESTID=[110x29767730x2],
> X-ASEN=[SEN-2062203], X-AUSERNAME=[anonymous],
> X-Content-Type-Options=[nosniff]}
> Messages:
> Message (saved to tmp file):
> Filename:
> C:\Users\eckenfel\AppData\Local\Temp\cxf-tmp-435678\cos4903552076318255093tmp
> (message truncated to 102400 bytes)
> Payload:
> {"expand":"schema,names","startAt":0,"maxResults":100,"total":295, ...
> {code}
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)