What Asana enables
- Automatic task creation — Triaged product failures are filed as Asana tasks without manual intervention
- Duplicate detection — Bugzy checks existing tasks before creating new ones to avoid duplicates
- Rich bug reports — Tasks include reproduction steps, error details, screenshots, and environment info
- Priority mapping — Task priority is set based on failure severity and impact
Setup
How task creation works
The task creation flow follows the same pattern as Jira bug filing:- Test execution — Bugzy runs tests and collects results
- Triage — Bugzy analyzes failures, categorizing each as: product bug, test issue, or environment problem
- Duplicate check — For product bugs, the agent searches existing Asana tasks to avoid duplicates
- Create task — If no duplicate exists, a task is created with structured details
- Notify team — If Slack/Teams is connected, the team is notified about the new task
Task contents
Each filed Asana task includes:| Field | Content |
|---|---|
| Name | Concise description of the failure |
| Description | Detailed reproduction steps |
| Error details | Stack traces, error messages, assertion failures |
| Attachments | Screenshots captured during test execution |
| Tags | bugzy-automated, test case ID |
| Priority | Based on failure severity and impact |
