Versions Compared

Key

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

...

Code Block
#foreach ($com in $!issue.fields.comment.comments)
   #if ($com.publicComment)	
      $!com.body
x
#end

...

   #end 
#end