Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleGetting the most recent comment
linenumberstrue
#foreach ($com in $!issue.renderedFields.comment.comments)
   #if ($velocityCount$foreach.count == $!issue.renderedFields.comment.comments.size())
     $!com.body
   #end
#end

...