#if ($showIssueTitleDetails)
#set ($issueType = $issue.getIssueTypeObject())
#set ($issueLink = "$textutils.htmlEncode($issue.getKey())")
#set ($issueIcon = "#renderIcon(${issueType.iconUrlHtml} ${issueType.getNameTranslation($i18n)})")
#set ($projectLink = "$textutils.htmlEncode($issue.projectObject.name)")
## row for project name and link, with icon, to issue
$projectLink / $issueIcon $issueLink
|
#end
#end