diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-09-16 16:35:43 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-16 16:35:43 +0200 |
commit | a76939066b01b9dd39ff44a8d3aa3165dc7b3eaf (patch) | |
tree | 0687c85ec5714f82ad56000e17f69b373736ffd3 /docs | |
parent | aca4207a94200ce4033de57baabc69afe5e3804e (diff) |
Add more events and notifications for tasks
Diffstat (limited to 'docs')
-rw-r--r-- | docs/automatic-actions.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/automatic-actions.markdown b/docs/automatic-actions.markdown index 6d46b053..c1dc3e10 100644 --- a/docs/automatic-actions.markdown +++ b/docs/automatic-actions.markdown @@ -25,6 +25,7 @@ List of available events - Open a closed task - Closing a task - Task creation or modification +- Task assignee change List of available actions ------------------------- @@ -79,7 +80,7 @@ Let's say we have two projects "Ideas" and "Development", once the idea is valid ### I want to assign automatically a color to the user Bob -- Choose the event: **Task creation** +- Choose the event: **Task assignee change** - Choose the action: **Assign a color to a specific user** - Define the action parameters: **Color = Green** and **Assignee = Bob** |