What Jira enables
- Automatic bug filing — Triaged product failures are filed as Jira issues without manual intervention
- Duplicate detection — Bugzy checks existing Jira issues before creating new ones to avoid duplicates
- Rich bug reports — Issues include reproduction steps, error details, screenshots, and environment info
- Status-based triggers — Jira status changes (e.g., “Ready for QA”) can trigger the
verify-changestask
Setup
1
Navigate to connections
Go to Dashboard > Projects > [Your Project] > Connections.
2
Connect Jira
Click Connect Jira. This opens the Jira OAuth flow managed by Nango. Supports Jira Cloud.
3
Authorize access
Select your Atlassian site and authorize the requested permissions.
4
Configure project mapping
After connecting, map your Bugzy project to the target Jira project where bugs should be filed.
How bug filing works
The bug filing flow is part of therun-tests and triage-results tasks:
- 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, agent searches existing Jira issues to avoid duplicates
- File issue — If no duplicate exists, agent creates a Jira issue with structured details
- Notify team — If Slack/Teams is connected, the team is notified about the new issue
Bug report contents
Each filed Jira issue includes:Duplicate detection
Before creating a new issue, Bugzy:- Searches the Jira project for issues with similar summaries
- Checks for matching error signatures in existing issues
- If a likely duplicate is found, adds a comment to the existing issue instead of creating a new one
- Links related issues when multiple test failures stem from the same root cause
Event processing
Jira can also send events back to Bugzy:
Configure Jira event processing in Dashboard > Event Triggers.
Jira Server (on-premises)
For Jira Server or Data Center deployments behind a firewall, Bugzy supports secure access via MCP Tunnel:- MCP Tunnel uses Ably for real-time communication between Bugzy’s cloud infrastructure and your on-premises Jira instance
- No inbound firewall rules required — the tunnel initiates an outbound connection from your network
- Configure on-prem access in Dashboard > Connections > Jira > Advanced
Jira Cloud connects directly via OAuth. Jira Server requires the MCP Tunnel agent installed in your network. Contact support for setup assistance.
