> ## 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.

# Integrations

> Give Bugzy access to your development tools — source control, communication, issue tracking, documentation, and CI/CD.

Bugzy integrates with the tools your team already uses. Each integration gives Bugzy access to a part of your development workflow — where your code lives, how your team communicates, where bugs are tracked, and how deployments happen.

## Give Bugzy access to your tools

<CardGroup cols={2}>
  <Card title="Where Bugzy works" icon="code-branch" href="/docs/integrations/github">
    GitHub — repository access, webhook events, test artifact commits, PR comments.
  </Card>

  <Card title="How Bugzy communicates" icon="comments" href="/docs/integrations/slack">
    Slack and Microsoft Teams — test results, team interaction, disputed findings.
  </Card>

  <Card title="Where Bugzy reports bugs" icon="bug" href="/docs/integrations/jira">
    Jira, Azure DevOps, Asana, Linear — automatic bug filing for triaged failures.
  </Card>

  <Card title="Where Bugzy learns" icon="book" href="/docs/integrations/notion">
    Notion and Confluence — product documentation for better test generation.
  </Card>

  <Card title="Where Bugzy manages test cases" icon="list-check" href="/docs/integrations/azure-devops">
    Azure Test Plans and Zephyr Scale — manage test cases and execution records in your existing test management system.
  </Card>

  <Card title="How Bugzy fits your pipeline" icon="rotate" href="/docs/integrations/ci-cd">
    GitHub Actions, deployment hooks, scheduled runs — trigger Bugzy from CI/CD.
  </Card>

  <Card title="How Bugzy joins meetings" icon="video" href="/docs/capabilities/meeting-bot">
    Zoom, Google Meet, Microsoft Teams — listen for QA-relevant discussions.
  </Card>
</CardGroup>

## Available integrations

| Integration                                                      | Category                         | Connection method                | Status |
| ---------------------------------------------------------------- | -------------------------------- | -------------------------------- | ------ |
| [GitHub](/docs/integrations/github)                                   | Source Control                   | Nango OAuth                      | GA     |
| [GitHub Enterprise Cloud](/docs/integrations/github-enterprise-cloud) | Source Control                   | Tenant GitHub App                | GA     |
| [Slack](/docs/integrations/slack)                                     | Communication                    | Nango OAuth                      | GA     |
| [Microsoft Teams](/docs/integrations/teams)                           | Communication                    | Azure Bot + BUGZY\_CONNECT codes | GA     |
| [Jira Cloud](/docs/integrations/jira)                                 | Issue Tracking                   | Nango OAuth                      | GA     |
| [Jira Server](/docs/integrations/jira#jira-server-on-premises)        | Issue Tracking                   | MCP Tunnel                       | GA     |
| [Azure DevOps](/docs/integrations/azure-devops)                       | Issue Tracking + Test Management | Organization URL + PAT via Nango | GA     |
| [Asana](/docs/integrations/asana)                                     | Issue Tracking                   | Nango OAuth                      | GA     |
| [Linear](/docs/integrations/linear)                                   | Issue Tracking                   | Nango OAuth                      | GA     |
| [Notion](/docs/integrations/notion)                                   | Documentation                    | Nango OAuth                      | GA     |
| [Confluence](/docs/integrations/confluence)                           | Documentation                    | Nango OAuth                      | GA     |
| [Zephyr Scale](/docs/integrations/zephyr)                             | Test Management                  | API token                        | GA     |
| [Recall.ai](/docs/capabilities/meeting-bot)                           | Meetings                         | Webhook                          | GA     |
| [Figma](/docs/integrations/figma)                                     | Design                           | Nango OAuth                      | GA     |
| [GitLab](/docs/integrations/gitlab)                                   | Source Control                   | Nango OAuth                      | GA     |
| [Bitbucket Server](/docs/integrations/bitbucket-server)               | Source Control                   | Base URL + access token          | GA     |
| [ClickUp](/docs/integrations/clickup)                                 | Issue Tracking                   | Nango OAuth                      | GA     |

<Info>
  Email notifications are always available — no configuration needed. Email is not listed as a configurable integration because it's pre-configured for every project.
</Info>

## How connections work

<Steps>
  <Step title="Open project connections">
    Navigate to **Dashboard > Projects > \[Your Project] > Connections**.
  </Step>

  <Step title="Click Connect">
    Select the integration you want to enable. For OAuth integrations, this opens the provider's authorization flow.
  </Step>

  <Step title="Authorize access">
    Grant the requested permissions. Credential-based integrations such as Azure DevOps ask for their provider URL and token in the secure connection form.
  </Step>

  <Step title="Done">
    The connection is active. OAuth tokens are managed and refreshed automatically by Nango — no manual token handling required.
  </Step>
</Steps>

<Info>
  Connection credentials are encrypted at rest and never exposed after setup. Nango manages OAuth refresh for providers that use OAuth.
</Info>

## Architecture

The unified agent loads only the selected provider skills and command surfaces for each run. Connection credentials are projected into the isolated runtime.

```
Dashboard connection --> Nango --> Encrypted credential storage
                                        |
Isolated agent runtime --> Selected skill/CLI --> External API
```

Each project maintains its own set of connections.
