diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-05-01 16:51:48 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-06-20 12:57:12 +0100 |
commit | 67ef55d16668102724fc23d2d95dcbc9705afed1 (patch) | |
tree | edc9b29c7f17b9e5a71d8cc1a80d274ba2984a34 /docs | |
parent | 1aeca7c6130aa6de377c8e00e8d22ae05943e919 (diff) |
[Open311] Allow description in email template.
By specifying a placeholder in an email template, it can be replaced
by the description returned from the Open311 server.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/_includes/admin-tasks-content.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/_includes/admin-tasks-content.md b/docs/_includes/admin-tasks-content.md index 3f18a00dc..b04cc01ef 100644 --- a/docs/_includes/admin-tasks-content.md +++ b/docs/_includes/admin-tasks-content.md @@ -342,7 +342,7 @@ underway’ and ‘This issue is now closed’. From the report page, staff with the appropriate permissions may select from the ‘public update’ dropdown. This will prefill an update with template text for one of a number of common statuses. -The templates are created by the Administrator; see ‘[Creating response templates](#creating-and-editing-priorities)’. +The templates are created by the Administrator; see ‘[Creating response templates](#creating-editing-response-templates)’. The text in template responses is fully editable on the report page, so staff may also choose to add their own comments or edit the preformatted responses to reflect the precise circumstances of the @@ -379,7 +379,7 @@ details' must be ticked.</span> #### Setting a priority From the panel on the right hand side of a report, staff with the appropriate permissions may select a priority from a drop-down list. These priorities are created by Administrator-level users; -see ‘[Setting categories and priorities](#creating-and-editing-priorities) ’. +see ‘[Setting categories and priorities](#creating-editing-priorities) ’. </div> @@ -694,8 +694,11 @@ the ‘Resolved’ status update text is automatically applied. While this funct time-saver, we advise using it with caution to ensure that the template text is applicable to every situation in which is will be automatically applied. -If you have an Open311 connection, you can click ‘auto-response’ so that a template will be -applied when the state is updated by the automated Open311 process. +If you have an Open311 connection, you can click ‘auto-response’ so that a +template will be applied when the state is updated by the automated Open311 +process. In this instance, if your Open311 server returns extra text as part of +the update, you may put the placeholder `{{description}}` in the template here, +and that placeholder will be replaced by the text from the Open311 server. #### Editing or deleting a template |