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/28 22:19:24 UTC

svn commit: r1378296 - /cxf/branches/2.6.x-fixes/bin/jira-report.tmpl

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