Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D9D5FD4B7 for ; Mon, 27 Aug 2012 18:38:16 +0000 (UTC) Received: (qmail 83815 invoked by uid 500); 27 Aug 2012 18:38:16 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 83734 invoked by uid 500); 27 Aug 2012 18:38:16 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 83725 invoked by uid 99); 27 Aug 2012 18:38:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2012 18:38:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2012 18:38:13 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D717723888EA; Mon, 27 Aug 2012 18:37:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1377784 - /cxf/trunk/bin/jira-report.tmpl Date: Mon, 27 Aug 2012 18:37:29 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120827183729.D717723888EA@eris.apache.org> Author: dkulp Date: Mon Aug 27 18:37:29 2012 New Revision: 1377784 URL: http://svn.apache.org/viewvc?rev=1377784&view=rev Log: JIRA upgrade broke the attachment reports. Use new URL Modified: cxf/trunk/bin/jira-report.tmpl Modified: cxf/trunk/bin/jira-report.tmpl URL: http://svn.apache.org/viewvc/cxf/trunk/bin/jira-report.tmpl?rev=1377784&r1=1377783&r2=1377784&view=diff ============================================================================== --- cxf/trunk/bin/jira-report.tmpl (original) +++ cxf/trunk/bin/jira-report.tmpl Mon Aug 27 18:37:29 2012 @@ -1,5 +1,4 @@ #set( $void = $params.required( "serverUrl" , "https?://.+", "the base URL where jira is available, no trailing slash" ) ) -#set( $void = $params.required( "projectId" , "[0-9]+", "the numeric id the project" ) ) #set( $void = $params.required( "projectName" , ".+", "the display name the project" ) ) #if ( $email == "true" ) #set( $void = $params.required( "to" , ".+", "the email 'To' address" ) ) @@ -7,15 +6,14 @@ #end #set( $void = $params.validate() ) ## -#set( $url = "${serverUrl}/secure/IssueNavigator.jspa?view=rss&&pid=${projectId}&status=1&tempMax=500&reset=true&decorator=none&updated%3Aprevious=-4w" ) + +#set( $url = "${serverUrl}/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+${projectName}+AND+status+in+%28Open%2C+%22In+Progress%22%2C+Reopened%29+AND+updated+%3E%3D+-28d&tempMax=500" ) #set( $jirarss = $rss.fetch( $url ) ) -#set( $issues = $jirarss.issues() ) #set( $issues = $jirarss.fillAttachments() ) #foreach( $issue in $issues ) #set( $link = $issue.link) #set( $void = $issue.setLink($link)) #end -#set( $issues = $jirarss.fillAttachments() ) #set( $void = $date.format("yyyy-MM-dd") ) ## #if ( $email == "true" )