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 2008/05/29 22:07:57 UTC

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

Author: dkulp
Date: Thu May 29 13:07:57 2008
New Revision: 661456

URL: http://svn.apache.org/viewvc?rev=661456&view=rev
Log:
Only include jiras updated in the last 4 weeks.

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=661456&r1=661455&r2=661456&view=diff
==============================================================================
--- cxf/trunk/bin/jira-report.tmpl (original)
+++ cxf/trunk/bin/jira-report.tmpl Thu May 29 13:07:57 2008
@@ -1,4 +1,4 @@
-set( $void = $params.required( "serverUrl" , "https?://.+", "the base URL where jira is available, no trailing slash" ) )
+#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" )
@@ -7,7 +7,7 @@
 #end
 #set( $void = $params.validate() )
 ##
-#set( $url = "${serverUrl}/secure/IssueNavigator.jspa?view=rss&&pid=${projectId}&status=1&tempMax=200&reset=true&decorator=none" )
+#set( $url = "${serverUrl}/secure/IssueNavigator.jspa?view=rss&&pid=${projectId}&status=1&tempMax=500&reset=true&decorator=none&updated%3Aprevious=-4w" )
 #set( $jirarss = $rss.fetch( $url ) )
 #set( $issues = $jirarss.fillAttachments() )
 #set( $void = $date.format("yyyy-MM-dd") )
@@ -34,9 +34,11 @@
 #foreach( $issue in $issues )
     [$issue.key] $issue.summary
       - Created: $date.format($issue.created)
+      - Updated: $date.format($issue.updated)
       - Type: $issue.type
       - Fix Versions: $issue.fixVersions
       - Reporter: $issue.reporter
+      - Assigned: $issue.assignee
       - Attachments: $issue.attachments
       - $issue.link