<#-- 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 'tests'/> <#global subject>[<@common.subjMarker/>, INVESTIGATION] ${subj} <#global body>${subj}. <@common.test_list testNames/> <@resp.removeMethod responsibility/> <@resp.comment responsibility/> ${link.allResponsibilitiesLink} <@common.footer/> <#global bodyHtml>
<@resp.subject responsibility 'tests failure'/>:
<@common.test_list_html testNames/>
<@resp.removeMethod responsibility/>
<@resp.comment responsibility/>

More information on investigations page.
<@common.footerHtml/>