#* @vtlvariable name="headerTitle" type="java.lang.String" *# #* @vtlvariable name="actionerUser" type="com.atlassian.jira.user.ApplicationUser" *# #* @vtlvariable name="attachmentsManager" type="com.atlassian.jira.mail.util.MailAttachmentsManager" *# #disable_html_escaping() #parse("templates/email/html/includes/emailconstants.vm") Message Title #if($headerTitle) #else #end
#if ($changelogmetadata.generator.avatarUrl) #elseif($changelogmetadata.actor.avatarUrl) #elseif ($actionerUser) ## The size we specify here must match the dimensions of the avatar provided by ## MailAttachmentsManager, otherwise Outlook will rewrite the image and ## destroy our JIRA metadata needed for JRA-25705 #else   ##TODO no avatar to show #end $headerTitle
 
#set ($showIssueTitleDetails = true)