What Azure DevOps enables
- Automatic work item creation — Triaged product failures are filed as work items after duplicate detection
- Test Plans management — Discover and manage plans and nested static suites
- Test Case management — Create and update manual Test Cases, steps, and suite membership
- Test execution records — Resolve test points, create runs, record per-test outcomes, and complete runs
- Durable Azure identity — Preserve Azure IDs and links from discovery through reporting
Setup
1
Create a personal access token
In Azure DevOps, create a PAT with Work Items: Read & write and Test Management: Read & write access for the target organization. Limit its organization and lifetime according to your team’s security policy.
2
Navigate to connections
Go to Dashboard > Projects > [Your Project] > Connections.
3
Connect Azure DevOps
Click Connect Azure DevOps, then enter the organization URL (for example,
https://dev.azure.com/your-org) and PAT in the secure connection form.4
Confirm project access
Ensure the PAT’s user can read and write work items and Test Plans artifacts in the target Azure DevOps project.
Nango stores the connection credentials securely. Bugzy projects the organization URL and PAT into isolated agent runs; the agent never prints or persists the PAT.
Test Plans workflow
Bugzy follows Azure’s artifact hierarchy and preserves the returned identity at every step:- Discover or create a test plan
- Discover or create nested static suites
- Discover or create manual Test Case work items with structured steps
- Add Test Cases to suites and resolve the generated test points
- Create a point-based test run
- Record or update each test result
- Complete and read back the run
