mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-07 16:35:09 +00:00
[AB-262] adding templates related to suggestion reminder
This commit is contained in:
@@ -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"/>"
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Amount of days until you are reminded of a suggestion. Default: ${defaultValue}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
The channel the suggestion reminder should be posted in. Currently: ${currentTarget}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Suggestion ${suggestionId} is due. It was created at ${suggestionDate} and can be found [here](${suggestionLink}).
|
||||||
Reference in New Issue
Block a user