
Board Automations let you create simple rules that update tasks or create new ones automatically. They are configured per board and are useful for things like auto-assigning bugs, setting deadlines when status changes, or creating recurring tasks.
You can create as many automations as you need for each board.
If there are no automations yet, you will see an empty state with a + Add Automation button.

Each automation has:
There are two trigger types:
Task Created / Updated Runs when a task is created or when its properties change (status, tags, assigned user, etc).
Schedule Runs on a defined schedule (for example, every month on the 1st at 11:00 AM) and is typically used to create recurring tasks.
Go to Board Settings → Automation.
Click + Add Automation.
Enter a Name for the automation (for example, "Bug" or "Assign Reviewer").
Use the switch in the top-right corner of the card to enable or disable the automation.
Choose the Trigger:
Set the Scope:
Configure Conditions (optional).
Configure Actions - either updating an existing task or creating a new one (depends on the trigger type).
Click outside of the fields or close Board Settings - changes are saved automatically.

Use the Task Created / Updated trigger to react to changes on tasks, for example:
Under CONDITION, click + Add Condition to add filters. Each condition row consists of:
Field - what you want to check:
Operator - how the field should be matched (for example, "any of" for lists).
Value - specific statuses, tags, users, etc.
Examples:
Status - any of - Review
Only tasks whose status is "Review" will match.
Tags - any of - Bug
Tasks that contain the "Bug" tag will match.
You can add multiple conditions. All conditions must match for the automation to run on a task.
Under UPDATE TASK, click + Add Property to define what should change when the rule runs.
Available actions include:
For date fields you can use relative values, such as:
Start Date - 0 - Days after (start today)Deadline - 3 - Days after (due 3 days after the rule runs)This is useful for automations such as:

Use the Schedule trigger when you want t0ggles to create tasks on a recurring basis.
When Trigger = Schedule, you will see:
Project scope at the top - choose which project the recurring tasks should be created in.
A CONDITION block with:
Example:
Every Month - on 1st - at 11:00 AMThis will run the automation once per month at the specified time.
Below the schedule, you can configure the task that will be created:
CREATE TASK
TASK PROPERTIES (via + Add Property):
Typical use case:
Automatically create a Monthly Client Report task in a specific project on the 1st of every month, with:
Each automation card has a control area in the top-right corner:
You can keep multiple automations active on the same board. When several rules match the same task, they will all run in the order defined internally by the system.
Board Automations give you a way to automate common workflows on each board without writing code. You can start with simple rules like auto-assigning bugs or creating monthly reports and later combine conditions and actions to support more advanced workflows as your projects grow.