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 769C99F25 for ; Tue, 28 Aug 2012 20:20:10 +0000 (UTC) Received: (qmail 72206 invoked by uid 500); 28 Aug 2012 20:20:10 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 72164 invoked by uid 500); 28 Aug 2012 20:20:10 -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 72157 invoked by uid 99); 28 Aug 2012 20:20:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2012 20:20:10 +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; Tue, 28 Aug 2012 20:20:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3069C2388A56; Tue, 28 Aug 2012 20:19:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1378296 - /cxf/branches/2.6.x-fixes/bin/jira-report.tmpl Date: Tue, 28 Aug 2012 20:19:24 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120828201924.3069C2388A56@eris.apache.org> Author: dkulp Date: Tue Aug 28 20:19:23 2012 New Revision: 1378296 URL: http://svn.apache.org/viewvc?rev=1378296&view=rev Log: Merged revisions 1377784 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1377784 | dkulp | 2012-08-27 14:37:29 -0400 (Mon, 27 Aug 2012) | 2 lines JIRA upgrade broke the attachment reports. Use new URL ........ Modified: cxf/branches/2.6.x-fixes/bin/jira-report.tmpl Modified: cxf/branches/2.6.x-fixes/bin/jira-report.tmpl URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/bin/jira-report.tmpl?rev=1378296&r1=1378295&r2=1378296&view=diff ============================================================================== --- cxf/branches/2.6.x-fixes/bin/jira-report.tmpl (original) +++ cxf/branches/2.6.x-fixes/bin/jira-report.tmpl Tue Aug 28 20:19:23 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" )