#set( $jira = $xmlrpc.connect("swizzletester:swizzle","http://jira.codehaus.org/rpc/xmlrpc") ) #set( $project = $jira.getProject( "MNG" ) ) #set( $url = "http://jira.codehaus.org/secure/IssueNavigator.jspa?view=rss&reset=true&mode=hide&pid=${project.id}&resolution=-1&sorter/field=updated&sorter/order=DESC&type=-2" ) #set( $jirarss = $rss.fetch( $url ) ) #set( $issues = $jirarss.issues )

Votes on MNG issues in Jira sorted by descending vote count

Last Published : $date.format("EEE MMM dd HH:mm:ss z yyyy")

$jirarss.issues.sum("votes") votes for $jirarss.issues.size() open issues.

#foreach ( $issue in $issues.descending("votes") ) #set ( $fullIssue = $jira.getIssue($issue.key) ) #end
  Key Summary Votes Patch ? Testcase ?
$issue.type.name $issue.key $issue.summary $issue.votes #if ($fullIssue.customFieldValues.matches("customfieldId","customfield_10170").size()>0) X #else   #end #if ($fullIssue.customFieldValues.matches("customfieldId","customfield_10110").size()>0) X #else   #end