All Downloads are FREE. Search and download functionalities are using the official Maven repository.

swizzle.swizzle-jirareport.1.4.source-code.issues.vm Maven / Gradle / Ivy

There is a newer version: 1.6.2
Show newest version
#set( $void = $params.required( "url" , "https?://.+", "the URL of the parent issue" ) )
#set( $void = $params.validate() )
#set( $jira = $rss.fetch($url) )
#foreach( $issue in $jira.issues.sort("key") )
  [$issue.key] $issue.summary
#end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy