Troubleshoot automation runs
Automation troubleshooting is a process of narrowing the cause. Most issues come from access, plan availability, network state, a trigger mismatch, a condition mismatch, broad scope, or overlapping rules.
Start with this checklist when:
- A rule did not make the expected change.
- A rule ran on the wrong work.
- A rule ran more often than expected.
- Automations shows loading, retry, no-access, upgrade, or no-internet states.
- You need to test a rule safely.
Diagnostic Reference
| Question | Why it matters |
|---|---|
| Is Automations loading? | If the builder cannot initialize, rules cannot be reviewed or changed. |
| Are you online? | Automation management needs network access. |
| Are you in the right Space? | Rules and access are Space-specific. |
| Can your role view automations? | No-access states prevent rule review. |
| Does the plan allow automations? | Upgrade prompts mean the feature is not available under the current plan. |
| Is the rule active? | Paused or disabled rules should not run. |
| Did the trigger happen after the rule was saved? | A rule cannot respond to past changes unless the builder explicitly supports that behavior. |
| Did every condition match at the time of change? | Conditions decide whether the action is allowed. |
| Is the item inside scope? | Rules cannot act on work outside their scope. |
| Are there overlapping rules? | Similar rules can create duplicate or unexpected updates. |
Diagnose a rule that did not run
- Open Automations.
- Confirm the builder loads.
- Confirm the rule exists and is active.
- Confirm the affected item is inside scope.
- Confirm the trigger happened after the rule was saved.
- Compare the item to every condition.
- Confirm the action target still exists and is accessible.
- Test with one safe item that clearly matches the rule.
Expected outcome: You know whether the issue is access, availability, trigger, condition, scope, or action behavior.
Diagnose a rule that ran too often
- Pause or disable the rule if it is still causing unexpected updates.
- Review the scope first.
- Review the trigger.
- Add stricter conditions.
- Check whether another rule can respond to the same change.
- Test with both matching and non-matching safe items.
- Re-enable only after the result is correct.
Diagnose duplicate updates
- Search for rules with similar triggers.
- Compare their scopes and conditions.
- Disable the broader or duplicate rule temporarily.
- Test the remaining rule.
- Rework rules so only one action performs the same update.
Diagnose access or plan blockers
- Check the message shown on the Automations page.
- If it says no internet, reconnect and retry.
- If it shows no access, ask a Space admin to review your role.
- If it shows an upgrade prompt, ask the billing owner to review plan availability.
- If it shows retry, refresh the app and retry the builder.
If There Is No Separate Run History
Some Spaces may not expose a separate run-history panel in the visible builder. In that case, verify behavior through the affected item:
- Confirm the item changed at the expected time.
- Check whether the expected field, assignee, reminder, or notification changed.
- Compare the item state against the rule conditions.
- Reproduce with a safe test item and record the approximate time.
Troubleshooting
Rule does not run after a task changes
- Symptom: The task changed but the expected action did not happen.
- Cause: The trigger may not match that change, or conditions did not match at the time of change.
- Resolution:
- Confirm the exact trigger.
- Confirm the task was inside scope.
- Confirm every condition.
- Test with a safe task.
Rule affects unrelated items
- Symptom: Items that should not match are updated.
- Cause: Scope or conditions are too broad.
- Resolution:
- Pause or disable the rule.
- Narrow scope.
- Add required conditions.
- Test non-matching items before re-enabling.
Builder cannot be opened for troubleshooting
- Symptom: You cannot load the builder.
- Cause: Offline, no access, plan availability, session, or initialization issue.
- Resolution:
- Confirm network access.
- Retry.
- Refresh the app.
- Ask an admin to verify your role.
- Include the Space and approximate time when reporting the issue.
FAQ
What should I include when reporting an automation issue?
Include Space name, rule name, affected item, expected action, actual result, and approximate time.
What is the safest test?
Create a low-risk item only for testing. Make it match the rule, confirm one expected action happens, then clean it up.