Rudimentary Templates for Tasks
Basic templates to match those for stories. These allow notifications when tasks are created or updated. They need future work to display task-updates in a more user-friendly way, but this is the first step. Change-Id: If7b9866ba33e97f252dc7855958023f956e556d7
This commit is contained in:
8
storyboard/plugin/email/templates/task/POST.txt
Normal file
8
storyboard/plugin/email/templates/task/POST.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Task "{{resource.title}}" was created by {{author.full_name}}:
|
||||
|
||||
URL: {{url}}#!/story/{{resource.story.id}}
|
||||
Story: {{resource.story.title}}
|
||||
Project: {{resource.project.name}}
|
||||
Assignee: {{resource.assignee.full_name}}
|
||||
Status: {{resource.status}}
|
||||
Priority: {{resource.priority}}
|
||||
1
storyboard/plugin/email/templates/task/POST_subject.txt
Normal file
1
storyboard/plugin/email/templates/task/POST_subject.txt
Normal file
@@ -0,0 +1 @@
|
||||
Task "{{resource.title}}" was created.
|
||||
15
storyboard/plugin/email/templates/task/PUT.txt
Normal file
15
storyboard/plugin/email/templates/task/PUT.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Task "{{resource.title}}" was updated by {{author.full_name}}:
|
||||
|
||||
URL: {{url}}#!/story/{{resource.story.id}}
|
||||
|
||||
Full Task Details:
|
||||
|
||||
Task: {{resource.title}}
|
||||
Story: {{resource.story.title}}
|
||||
Project: {{resource.project.name}}
|
||||
Assignee: {{resource.assignee.full_name}}
|
||||
Status: {{resource.status}}
|
||||
Priority: {{resource.priority}}
|
||||
|
||||
Type of Change: {{after}}
|
||||
(prior to change, {{before}} )
|
||||
1
storyboard/plugin/email/templates/task/PUT_subject.txt
Normal file
1
storyboard/plugin/email/templates/task/PUT_subject.txt
Normal file
@@ -0,0 +1 @@
|
||||
Task "{{resource.title}}" was updated.
|
||||
Reference in New Issue
Block a user