Azure DevOps integration enables automatic work item creation for failures that Bugzy triages as product bugs. When tests fail and Bugzy determines the failure is a genuine product issue, it creates a work item in your Azure DevOps project with full reproduction details.Documentation Index
Fetch the complete documentation index at: https://www.bugzy.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
What Azure DevOps enables
- Automatic work item creation — Triaged product failures are filed as work items without manual intervention
- Duplicate detection — Bugzy checks existing work items before creating new ones to avoid duplicates
- Rich bug reports — Work items include reproduction steps, error details, screenshots, and environment info
Setup
How work item creation works
The work item 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 work items to avoid duplicates
- Create work item — If no duplicate exists, a work item is created with structured details
- Notify team — If Slack/Teams is connected, the team is notified about the new work item
Work item contents
Each filed work item includes:| Field | Content |
|---|---|
| Title | Concise description of the failure |
| Description | Detailed reproduction steps |
| Error details | Stack traces, error messages, assertion failures |
| Screenshots | Captured during test execution |
| Environment | Browser, OS, app version, test URL |
| Tags | bugzy-automated, test case ID |
