You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/08/27 20:37:29 UTC

svn commit: r1377784 - /cxf/trunk/bin/jira-report.tmpl

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" )