#* @vtlvariable name="comment" type="com.atlassian.jira.issue.comments.Comment" *# #* @vtlvariable name="action" type="com.atlassian.jira.issue.tabpanels.CommentAction" *# #disable_html_escaping() #if ($requestContext.getRequestParameter('focusedCommentId') && "$action.comment.id" == $requestContext.getRequestParameter('focusedCommentId')) #set ($focusedComment = " focused") #end #if (${action.collapsed}) #set ($collapsedClass = " collapsed") #else #set ($collapsedClass = " expanded") #end
$i18n.getText("admin.common.words.hide")
#actionDetailsBody($action $i18n "verbose")
#if($renderedContent)$renderedContent #else #makelinkedhtml ( $action.comment ) #end
$i18n.getText("admin.common.words.show")
#actionDetailsBody($action $i18n "concise") #if($renderedContent) $velocityhelper.removeHtmlTags($renderedContent) #else $velocityhelper.removeHtmlTags($action.comment) #end