---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.2
  - property: og:type
    content: article
  - property: article:section
    content: Примеры настройки процессов
  - property: og:title
    content: Подключить репозиторий к Трекеру
  - property: article:tag
    content: Базовая инструкция
alternate:
  - https://yandex.ru/support/tracker/en/dev-process-repo.md
  - https://yandex.ru/support/tracker/ru/dev-process-repo.md
  - href: en/dev-process-repo.md
    type: text/markdown
    title: Markdown version
  - href: llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/support/tracker/en/llms.txt


# Connecting a repository to Yandex Tracker

If you're using GitHub, GitLab, or Bitbucket cloud services, you can connect your repositories to Yandex Tracker and link commits to issues. It enables you to find changes in your code that are related to a specific issue, if required.

To connect a repository:

1. You must be logged in to Yandex Tracker as an [administrator](https://yandex.ru/support/tracker/en/role-model.md).

1. <!-- source: en/_includes/repository-path.md -->
   In Yandex Tracker, in the left-hand panel, click ![](_assets/svg/actions.svg)</svg> → ![](_assets/svg/admin.svg)</svg> **Administration** and then open ![](_assets/svg/repositories.svg)</svg> **Repositories**.
   <!-- endsource: en/_includes/repository-path.md -->

1. Select the service that hosts the repository and specify the connection details:

    - Link to the repository.

    - Token (for private GitHub and GitLab repositories). You do not need to specify a token for public repositories.

    - For Bitbucket repositories, enter your Bitbucket username and a password created specifically for Yandex Tracker.

    For more information about the connection parameters, see [Integration with repositories](https://yandex.ru/support/tracker/en/user/add-repository.md).

1. To display related commits on the issue page, go to your queue settings and enable this option:

    1. <!-- source: en/_includes/transition-page.md -->
       In the left-hand panel, click ![](_assets/svg/queues-ni.svg) **Queues** and select a queue. {#queue}
       <!-- endsource: en/_includes/transition-page.md -->

1. <!-- source: en/_includes/transition-page.md -->
   In the top right corner of the queue page, click ![](_assets/svg/settings.svg)</svg> **Queue settings**. {#settings}
   <!-- endsource: en/_includes/transition-page.md -->
    1. Go to the **Integrations** tab.
    1. Enable the option under **Commits**.

To link a commit to an issue in Yandex Tracker, include the [issue key](https://yandex.ru/support/tracker/en/user/create-ticket.md) in your commit message.
