> ## Documentation Index
> Fetch the complete documentation index at: https://developer.upsun.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Integration overview

> Connect version control system and ticketing integrations to Upsun Dispatch, and find the AI model settings required to run workflows.

Use **Settings > Integrations** to connect the external tools Upsun Dispatch uses with your organization.

Integrations are grouped by what they connect:

* **Version control system integrations** connect repositories and pull request or merge request activity.
* **Ticketing integrations** connect issue-tracking tools.
* **AI model integrations** are managed as organization model keys in [AI models](/dispatch/docs/models).

<Note>
  Workflows require an organization model key. See [AI models](/dispatch/docs/models).
</Note>

## Version control system integrations

Connect a version control system integration so Upsun Dispatch can receive repository events and publish workflow results back to your code host.

Version control system and ticketing integrations are independent. For example, a GitHub integration can be used with Jira or Linear as the ticketing integration for Issue to code.

| Integration | Use it to                                                                                                                                                                                      | Setup                                               |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
| GitHub      | Receive pull request events and let [Code review](/dispatch/docs/workflows/code-review) and [Issue to code](/dispatch/docs/workflows/issue-to-code) publish results back to GitHub.            | [Set up GitHub](/dispatch/docs/integrations/github) |
| GitLab      | Receive merge request events and let [Code review](/dispatch/docs/workflows/code-review) publish progress and results back to GitLab. Issue to code does not currently publish back to GitLab. | [Set up GitLab](/dispatch/docs/integrations/gitlab) |

<Note>
  Bitbucket support is under consideration. It is not available in Upsun Dispatch yet.
</Note>

## Ticketing integrations

Connect a ticketing integration so Upsun Dispatch can work with the issue tracker your organization uses.

| Integration | Setup                                               |
| ----------- | --------------------------------------------------- |
| Jira        | [Set up Jira](/dispatch/docs/integrations/jira)     |
| Linear      | [Set up Linear](/dispatch/docs/integrations/linear) |

## AI model integrations

Upsun Dispatch workflows also need an AI model integration key for your organization. AI model keys are managed separately from the Integrations settings page.

See [AI models](/dispatch/docs/models) to add, replace, remove, or choose the default model key.

## Ignored authors

Use ignored authors to prevent automatic Code review runs from automation accounts that GitHub or GitLab do not classify as bots.

Configure ignored authors in **Settings > Integrations** for each source control integration. Add either:

* An exact username, such as `automation-user`
* A prefix wildcard, such as `renovate*`, to match usernames that start with that prefix

Ignored authors only suppress automatic reviews. Explicit manual review requests still work.
