Skip to content

How to Fix Asana Rule Trigger Not Working (Automation Rules)

DodaTech Updated 2026-06-24 3 min read

In this tutorial, you'll learn about How to Fix Asana Rule Trigger Not Working (Automation Rules). We cover key concepts, practical examples, and best practices to help you understand and apply this topic effectively.

Asana rules automate repetitive actions — assign tasks, update fields, or send notifications when certain conditions are met. When a rule does not trigger, the rule conditions are too specific, the rule is paused, or the user does not have permission to create or run rules.

The Problem

You create a rule like "When a task is added to Project X and has Priority High, assign to John." When you create a task matching those conditions, nothing happens. John is not assigned.

Wrong approach — manually assigning John every time.

The Fix

Check if the rule is active/paused:

1. Open the project → click "Rules" (lightning bolt icon)
2. Find your rule — it should show "Active" with a green indicator
3. If it shows "Paused" or "Off," click to toggle active
4. Asana rules may pause automatically if they encounter errors

Check trigger conditions:

1. Edit the rule → review each condition
2. "When task is added to project" + "Priority is High"
3. Test: create a task matching ALL conditions exactly
4. If the rule triggers on "added to project" but the task was moved from another project, it may not fire

Check rule permissions:

1. Rules require "Admin" or "Create rules" permission in the project
2. If you see "View only" for rules, you cannot create or edit them
3. Ask the project owner to grant access or create the rule on your behalf

Expected output:

Rule triggers immediately when conditions are met
Action (assign, field update, notification) executes correctly
Rule history shows successful executions in the Rules log

Prevention Tips

  • Test rules with a simple trigger before adding multiple conditions
  • Check the Rules log after creating a rule to see if it fired and what happened
  • Use specific trigger conditions to avoid false positives
  • Monitor rule execution counts — Asana has usage limits based on your plan
  • Document your team's rules in a shared space so everyone knows what is automated

Common Mistakes with rule trigger

  1. Mixing let bindings with <- bindings in do notation, producing type errors
  2. Overlapping type class instances that cause GHC to reject the program with ambiguous dispatch errors
  3. Non-exhaustive pattern matches that compile with warnings then crash at runtime

These mistakes appear frequently in real-world ASANA code. DodaTech's contributors have identified these patterns through analysis of open-source projects and production systems.

Practice Exercise

Write a pure function that safely divides two integers using Maybe, then test it with edge cases like division by zero and negative numbers.

This exercise reinforces the concepts covered in this guide. Try implementing it before checking online solutions.

FAQ

### Why does my rule work for some tasks but not others?

The rule has conditions that match some tasks but not all. For example, if the rule triggers "When priority is High" but the task has priority "Medium," it does not fire. Review the rule's conditions and test with a task that matches every single condition.

Can I create rules that run on a schedule?

Yes, Asana supports time-based triggers. When creating a rule, select "On a recurring schedule" and configure the frequency (daily, weekly, monthly) and action (send report, update tasks, etc.). This is separate from event-based triggers.

How do I see a log of which rules have fired?

Open the project → Rules → click "Rule log" or "History." This shows each rule execution with the trigger time, matched task, and action taken. If a rule is not appearing in the log, it did not trigger — check conditions and active status.

Related: DodaTech's Rule Efficiency Analyzer reviews all active Asana rules, identifies conflicts between overlapping rules, and suggests consolidated automations for cleaner workflows. Use with DodaZIP for backup.

Built by the developers of DodaTech

Doda Browser, DodaZIP & Durga Antivirus Pro