Author: wsmoak
Date: Thu Aug 14 21:18:21 2008
New Revision: 686141

URL: http://svn.apache.org/viewvc?rev=686141&view=rev
Log:
Add a report showing which plugins have issues that are fixed but unreleased, 
by descending vote count.

Added:
    maven/sandbox/trunk/reports/maven-plugins-fixed.vm
      - copied, changed from r686136, 
maven/sandbox/trunk/reports/maven-plugins.vm

Copied: maven/sandbox/trunk/reports/maven-plugins-fixed.vm (from r686136, 
maven/sandbox/trunk/reports/maven-plugins.vm)
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/reports/maven-plugins-fixed.vm?p2=maven/sandbox/trunk/reports/maven-plugins-fixed.vm&p1=maven/sandbox/trunk/reports/maven-plugins.vm&r1=686136&r2=686141&rev=686141&view=diff
==============================================================================
--- maven/sandbox/trunk/reports/maven-plugins.vm (original)
+++ maven/sandbox/trunk/reports/maven-plugins-fixed.vm Thu Aug 14 21:18:21 2008
@@ -1,9 +1,10 @@
 #set( $jira = 
$xmlrpc.connect("swizzletester:swizzle","http://jira.codehaus.org/rpc/xmlrpc";) )
 #set( $projects = $jira.getProjects().matches("name", "Maven 2.*Plugin") )
 
+Plugins with issues that are fixed but unreleased, by descending vote count
         
 #foreach( $project in $projects )
-#set( $url = 
"http://jira.codehaus.org/secure/IssueNavigator.jspa?view=rss&&pid=${project.id}&status=1&sorter/field=issuekey&sorter/order=DESC&tempMax=100&reset=true&decorator=none";
 )
+#set( $url = 
"http://jira.codehaus.org/secure/IssueNavigator.jspa?view=rss&pid=${project.id}&fixfor=-2&status=5&status=6&sorter/field=issuekey&sorter/order=DESC&tempMax=100&reset=true&decorator=none";
 )
 #set( $jirarss = $rss.fetch( $url ) )
 #set( $project.attributes.totalVotes = $jirarss.issues.sum("votes") )
 ## keep the issues in case you want them later


Reply via email to