From issues-return-99907-apmail-maven-issues-archive=maven.apache.org@maven.apache.org Mon Jan 19 02:28:13 2015 Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD9B6CE9C for ; Mon, 19 Jan 2015 02:28:12 +0000 (UTC) Received: (qmail 18733 invoked by uid 500); 19 Jan 2015 02:28:14 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 18685 invoked by uid 500); 19 Jan 2015 02:28:14 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 18669 invoked by uid 99); 19 Jan 2015 02:28:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2015 02:28:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [199.193.192.100] (HELO codehaus01.managed.contegix.com) (199.193.192.100) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2015 02:27:49 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id F24D3B0647 for ; Sun, 18 Jan 2015 20:27:17 -0600 (CST) Date: Sun, 18 Jan 2015 20:27:17 -0600 (CST) From: "Bernd Eckenfels (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (MCHANGES-351) No paging when maxEntries is reached MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org Bernd Eckenfels created MCHANGES-351: ---------------------------------------- Summary: 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: {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} -- This message was sent by Atlassian JIRA (v6.1.6#6162)