diff options
author | Nala Ginrut <nalaginrut@gmail.com> | 2014-06-19 15:18:13 +0800 |
---|---|---|
committer | Nala Ginrut <nalaginrut@gmail.com> | 2014-06-19 15:18:13 +0800 |
commit | bfd1db41367f7931016931a94cf1b67396481c79 (patch) | |
tree | 2d696f2d8eca9ed2e4561c61c16584952d9f7b0b /docs/automatic-actions.markdown | |
parent | d0944e682d5a3491f72c5b566248b87fbaff032a (diff) | |
parent | efdc959c555872677e599d2ff12e1263d719f3f2 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'docs/automatic-actions.markdown')
-rw-r--r-- | docs/automatic-actions.markdown | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/automatic-actions.markdown b/docs/automatic-actions.markdown index 9526e9af..e903e0b1 100644 --- a/docs/automatic-actions.markdown +++ b/docs/automatic-actions.markdown @@ -34,7 +34,8 @@ List of available actions - Assign the task to the person who does the action - Duplicate the task to another project - Assign a color to a specific user -- Assign a color to a specific category +- Assign automatically a color based on a category +- Assign automatically a category based on a color Examples -------- @@ -67,14 +68,14 @@ Let's say we have two projects "Customer orders" and "Production", once the orde - Choose the action: **Duplicate the task to another project** - Define the action parameters: **Column = Validated** and **Project = Production** -### I want to assign a specific color to the user Bob +### I want to assign automatically a color to the user Bob - Choose the event: **Task creation** - Choose the action: **Assign a color to a specific user** - Define the action parameters: **Color = Green** and **Assignee = Bob** -### I want to assign a specific color to the category "Feature Request" +### I want to assign automatically a color to the defined category "Feature Request" - Choose the event: **Task creation or modification** -- Choose the action: **Assign a color to a specific category** +- Choose the action: **Assign automatically a color based on a category** - Define the action parameters: **Color = Blue** and **Category = Feature Request** |