create_bug
Convert a failed test result into a bug ticket in GitHub Issues, Jira, or Azure DevOps. Supports dry-run and live creation.
Instructions
Create a bug ticket from a failed test — supports GitHub Issues, Jira, and Azure DevOps (dry-run or live)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | ||
| browser | No | chromium | |
| priority | No | ||
| provider | No | Bug tracker: github (default), jira, or azure-devops. Falls back to BUG_PROVIDER env. | |
| severity | No | ||
| confirmed | No | ||
| tracePath | No | ||
| environment | No | test | |
| autoCreateBug | No | ||
| applicationUrl | Yes | ||
| screenshotPath | No | ||
| testCaseDetails | Yes | ||
| additionalLabels | No | ||
| failedTestResult | Yes |