[AB-262] adding templates related to suggestion reminder

This commit is contained in:
Sheldan
2021-05-24 17:39:30 +02:00
parent 8e027fd881
commit 985a1cfc3f
4 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
<#assign suggestionId=suggestionId>
<#assign suggestionDate>${formatDate(suggestionCreationDate, "yyyy-MM-dd HH:mm:ss zz")}</#assign>
<#assign suggestionLink=suggestionMessage.jumpUrl>
<#include "abstracto_color"/>,
"description": "<@safe_include "suggestionReminderJob_description"/>"
}

View File

@@ -0,0 +1 @@
Amount of days until you are reminded of a suggestion. Default: ${defaultValue}

View File

@@ -0,0 +1 @@
The channel the suggestion reminder should be posted in. Currently: ${currentTarget}

View File

@@ -0,0 +1 @@
Suggestion ${suggestionId} is due. It was created at ${suggestionDate} and can be found [here](${suggestionLink}).