Automations

Automations let you define rules that automatically update tasks when specific events occur. Instead of manually changing task fields after every status update or assignment, automations handle it for you.

What is an Automation Rule?

An automation rule has two parts:

  1. Trigger (When) — The event that fires the rule
  2. Action (Then) — What happens automatically when the trigger fires

For example: "When a task's status changes from Todo to In Progress, automatically set priority to High."

Accessing Automations

  1. Navigate to a project within a team
  2. Click the Automations tab in the project header

Available Triggers

TriggerFires When
Status ChangedA task's status is updated (optionally filtered by from/to status)
Assignee ChangedA task is assigned or reassigned to someone
Task CompletedA task's status changes to Done
Priority ChangedA task's priority level is updated
Task CreatedA new task is created in the project

Trigger Conditions

Some triggers support optional conditions to narrow when they fire:

Status Changed:

Assignee Changed:

Available Actions

ActionWhat It Does
Set StatusChanges the task's status to a specified value
Set AssigneeAssigns the task to a specified team member
Set PriorityChanges the task's priority level
Add TagAdds a specific tag to the task
Send NotificationLogs a notification event (for audit trail)

Creating an Automation Rule

  1. Click the Automations tab on your project
  2. Click New Rule
  3. Fill in:
    • Name — A clear name describing what the rule does (e.g., "Auto-assign on review")
    • Description (optional) — More detail about the rule's purpose
    • When (Trigger) — Select the trigger type
    • Then (Action) — Select the action type
    • Configure trigger conditions and action values as needed
  4. Click Create

The rule is created in an enabled state and starts firing immediately.

Enabling and Disabling Rules

Each automation has a toggle switch. Click it to enable or disable the rule:

Disabling a rule is useful for temporarily pausing it without deleting the configuration.

Viewing Execution Logs

Every time an automation fires, it logs the execution:

  1. Click the three-dot menu on any automation card
  2. Select View Logs
  3. See a list of executions showing:
    • Result — Success or Error
    • Task — Which task triggered the rule
    • Date — When it fired
    • Error message — If the execution failed, why

Logs are kept for the last 50 executions per rule.

Deleting a Rule

  1. Click the three-dot menu on the automation card
  2. Select Delete
  3. The rule and its logs are permanently removed

Example Automations

Here are common automation patterns:

Auto-assign on status change

Auto-tag completed tasks

Priority escalation

Status cascade

How Automations Execute

Tips