Skip to content
Snippets Groups Projects
Commit 6def1147 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add comment body to the notification email

parent 5622b311
Branches
No related tags found
No related merge requests found
......@@ -32,7 +32,10 @@ actions:
- Title: [entity:title]
- Author: [entity:author:name] from [entity:author:mail]
- Link to commented content: [entity:entity:url]
Review: [entity:entity:url]
Comment:
[entity:body]
replace_tokens: true
successors: { }
......@@ -47,8 +47,11 @@ modeldata: |
- Title: [entity:title]
- Author: [entity:author:name] from [entity:author:mail]
- Link to commented content: [entity:entity:url]
Review: [entity:entity:url]</camunda:string>
Comment:
[entity:body]</camunda:string>
</camunda:field>
<camunda:field name="replace_tokens">
<camunda:string>yes</camunda:string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment