12 lines
393 B
Plaintext
12 lines
393 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>Test investigation update.
|
||
|
<@resp.subject responsibility '${testName} (${project.fullName})'/>
|
||
|
|
||
|
<@resp.removeMethod responsibility/>
|
||
|
<@resp.comment responsibility/>
|
||
|
${link.testLink}</#global>
|