diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-04-22 09:02:42 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-05-04 16:39:19 +0100 |
commit | 63df5a61f7be9da0498a036a18f8b01e69f103cf (patch) | |
tree | 1b23db349f1cad37d815a075ed340015c2ec7e4b /docs | |
parent | dfdfa76375e39274d6b8ff2a06954b4d5530586d (diff) |
Allow template to be an initial update on reports.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/_includes/admin-tasks-content.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/_includes/admin-tasks-content.md b/docs/_includes/admin-tasks-content.md index 860d1f21c..7e3d47efe 100644 --- a/docs/_includes/admin-tasks-content.md +++ b/docs/_includes/admin-tasks-content.md @@ -748,6 +748,12 @@ process. In this instance, if your Open311 server returns extra text as part of the update, you may put the placeholder `{% raw %}{{description}}{% endraw %}` in the template here, and that placeholder will be replaced by the text from the Open311 server. +If you don’t have an Open311 connection, or your Open311 connection does not +provide an immediate initial update, there is a special case where if a +template is assigned to the Open state, and marked as ‘auto-response’, then it +will automatically be added as a first update to any new report created that +matches the template (ie. in the relevant category if assigned). This lets +you give e.g. estimated timescales or other useful information up front. #### Editing or deleting a template |