<#-- Uses FreeMarker template syntax, template guide can be found at http://freemarker.org/docs/dgui.html --> <#import "common.ftl" as common> <#import "responsibility.ftl" as resp> <#assign subj><@resp.subject responsibility testName/> <#global subject>[<@common.subjMarker/>, INVESTIGATION] ${subj} <#global body>${subj} (${project.fullName}). <@resp.removeMethod responsibility/> <@resp.comment responsibility/> ${link.testLink} <@common.footer/> <#global bodyHtml>
<@resp.subject responsibility '' + testName + ''/> (${project.fullName?html}).
<@resp.removeMethod responsibility/>
<@resp.comment responsibility/>

More information at test details page.
<@common.footerHtml/>