Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed May 27, 2014
1 parent 3fb5c55 commit 6a41c14
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/automatic-actions.markdown
Expand Up @@ -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
--------
Expand Down Expand Up @@ -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**

0 comments on commit 6a41c14

Please sign in to comment.