
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 due dates 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 three trigger types:
Task Created / Updated Runs when a task is created or when its properties change (status, tags, assigned user, etc).
Due Date Runs based on task due dates - either before a task is due (for reminders) or after it becomes past due (for escalation).
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.
Created By - any of - GitHub
Tasks created via the GitHub integration will match. Other options include Email, API, Zapier, Automation, and Google Calendar.
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)Due Date - 3 - Days after (due 3 days after the rule runs)This is useful for automations such as:

Use the Due Date trigger to automatically take action based on task due dates. This is useful for:
When Trigger = Due Date, you will see a CONDITION block with:
Examples:
Before Due - by 2 days
Triggers 2 days before the task is due - useful for sending reminders.
Past Due - by 1 day
Triggers 1 day after the due date has passed - useful for escalation.
Due Date automations support two types of actions:
1. Send Notification
Enable Send Notification to send email alerts based on due date conditions.
2. Update Task
Under UPDATE TASK, click + Add Property to modify the task.
Available actions include:
Typical use cases:

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, sending overdue task notifications, or creating monthly reports and later combine conditions and actions to support more advanced workflows as your projects grow.