Commit Graph

11 Commits

Author SHA1 Message Date
Frédéric Guillot f5bb55bdb8
PHP 8 Compatibility 2022-02-05 11:49:03 -08:00
Harry Kakoulidis dcb3e59548 For automatic action "Send a task by email to someone", the Subject of the e-mail can contain a template using interpolation expressions (with double braces).
For example, to have the email's subject look like (e.g. task moved to column "Done"):
Done: Make sales report (#1000)

Add the following action:

> Send a task by email to someone
  Event name = Move a task to another column
  Column = Done
  User that will receive the email = Harry
  Email subject = {{column_title}}: {{title}} (#{{id}})
2020-12-29 21:48:04 -08:00
Frederic Guillot dc7c7667ec Avoid passing application_url argument to all notification templates 2017-02-19 12:14:54 -05:00
Frederic Guillot f5c95f3c93 Add task creation event to automatic action that email tasks 2017-01-14 16:00:58 -05:00
Frederic Guillot 9b2a32af78
Add new automatic action to move a task to another column when closed 2016-07-23 18:33:31 -04:00
Frederic Guillot 390082aa41
Refactoring of internal task events 2016-07-19 22:38:30 -04:00
Frederic Guillot 14713b0ec7 Rename all models 2016-05-28 19:48:22 -04:00
Frederic Guillot a296ba5b18 Improve Automatic Actions plugin api 2016-01-03 16:43:13 -05:00
Frederic Guillot 8c532efd5f Run php-cs-fixer on the code base 2015-10-17 10:09:03 -04:00
Frederic Guillot 9c9ed02cd7 Change namespace to add Kanboard as prefix 2015-10-13 22:19:17 -04:00
Frederic Guillot cb0916d10e Add automatic action to send a task by email 2015-06-20 10:48:47 -04:00