<#-- 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 'build problems'/> <#global subject>[<@common.subjMarker/>, INVESTIGATION] ${subj} <#global body>${subj} (${project.fullName}). <@common.build_problem_list buildProblems/> <@resp.removeMethod responsibility/> <@resp.comment responsibility/> ${link.allResponsibilitiesLink} <@common.footer/> <#global bodyHtml>
<@resp.subject responsibility 'build problems'/> (${project.fullName?html}):
<@common.build_problem_list_html buildProblems/>
<@resp.removeMethod responsibility/>
<@resp.comment responsibility/>

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