#parse("templates/email/html/includes/header.vm") #parse("templates/email/html/includes/summary-topleft.vm") #parse("templates/email/includes/issueplugins.vm")
#if ($comment && $textutils.stringSet($comment.getBody())) #set ($commentAdded = true) #end #if ($commentAdded || $remoteUser) #if ($commentAdded) #elseif ($remoteUser) #end #end #if ($commentAdded) #end
#text("template.issue.commented") [ #text("template.permlink") ]#text("template.issue.updated.by") #authorlink ($remoteUser.name) [ #text("template.permlink") ]
#text("template.common.author"): #authorlink ($commentauthor.name)
#text("template.common.date"): $dateformatter.formatDMYHMS($comment.getCreated())
#text("issue.field.comment"): #visibility()
$htmlComment
#parse("templates/email/html/includes/summary-bottom.vm") #parse("templates/email/html/includes/footer.vm")