To minimize the user interaction, Kanboard support automated actions.
Each automatic action is defined like that:
- An event to listen
- Action linked to this event
- Eventually there is some parameters to define
Each project has a different set of automatic actions, the configuration panel is located on the project listing page, just click on the link Automatic actions.
- Create a comment from an external provider
- Add a comment log when moving the task between columns
- Assign automatically a category based on a color
- Change the category based on an external label
- Assign automatically a category based on a link
- Assign automatically a color based on a category
- Assign a color when the task is moved to a specific column
- Change task color when using a specific task link
- Assign a color to a specific user
- Assign the task to the person who does the action
- Assign the task to the person who does the action when the column is changed
- Assign the task to a specific user
- Change the assignee based on an external username
- Close the task
- Close a task in a specific column
- Create a task from an external provider
- Duplicate the task to another project
- Send a task by email to someone
- Move the task to another project
- Move the task to another column when assigned to a user
- Move the task to another column when the category is changed
- Move the task to another column when assignee is cleared
- Open a task
- Automatically update the start date
Here are some examples used in real life:
- Choose action: Close a task in a specific column
- Choose the event: Move a task to another column
- Define action parameter: Column = Done (this is the destination column)
- Choose the action: Assign the task to a specific user
- Choose the event: Move a task to another column
- Define the action parameters: Column = To be validated and User = Bob (Bob is our tester)
- Choose action: Assign the task to the person who does the action when the column is changed
- Choose the event: Move a task to another column
- Define action parameter: Column = Work in progress
Let's say we have two projects "Customer orders" and "Production", once the order is validated, swap it to the "Production" project.
- Choose action: Duplicate the task to another project
- Choose the event: Closing a task
- Define action parameters: Column = Validated and Project = Production
Let's say we have two projects "Ideas" and "Development", once the idea is validated, swap it to the "Development" project.
- Choose action: Move the task to another project
- Choose the event: Move a task to another column
- Define action parameters: Column = Validated and Project = Development
- Choose action: Assign a color to a specific user
- Choose the event: Task assignee change
- Define action parameters: Color = Green and Assignee = Bob
- Choose action: Assign automatically a color based on a category
- Choose the event: Task creation or modification
- Define action parameters: Color = Blue and Category = Feature Request
- Choose action: Automatically update the start date
- Choose the event: Move a task to another column
- Define action parameters: Column = Work in progress