crusade-tracker/config/_notifications/jabber/build_problem_responsibility_changed.ftl
2021-01-18 15:27:50 -05:00

11 lines
424 B
Plaintext

<#-- 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>
<#global message>Build problem investigation updated in ${project.fullName}:
<@resp.subject responsibility buildProblems?first/>
<@resp.removeMethod responsibility/>
<@resp.comment responsibility/>
${link.allResponsibilitiesLink}</#global>