} 1. set( $jira = $rss.fetch("https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?&pid=12310530&component=12313252") ) 1. set( $issues = $jira.fillSubTasks() ) 1. set( $parents = "1133", "1134", "1135", "1136", "1137", "1138", "1139", "1140", "1141", "1142", "1143", "1197" )

EJB 3.1 Road Map

  1. foreach( $parent in $parents )
  2. set( $issue = $jira.getIssue("OPENEJB-$parent") )

    $issue.summary

  3. set( $tasks = $issue.subTasks)
    :issues=$as.param($tasks)|columns=summary;assignee;priority;status|style=progress}
  4. end
    }

Copyright © 2011 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.