Help us learn about your current experience with the documentation. Take the survey.

Custom issue tracker

  • Tier: Free, Premium, Ultimate
  • Offering: GitLab.com, GitLab Self-Managed, GitLab Dedicated

You can integrate an external issue tracker with GitLab. If your preferred issue tracker is not listed in the integrations list, you can turn on a custom issue tracker.

After you turn on the custom issue tracker, a link to the issue tracker appears in the left sidebar in your project.

Custom issue tracker link in the left sidebar of a project.

Enable a custom issue tracker

To turn on a custom issue tracker in a project:

  1. In the top bar, select Search or go to and find your project.
  2. In the left sidebar, select Settings > Integrations.
  3. Select Custom issue tracker.
  4. Under Enable integration, select the Active checkbox.
  5. Fill in the required fields:
    • Project URL: The URL to view all the issues in the custom issue tracker.
    • Issue URL: The URL to view an issue in the custom issue tracker. The URL must contain :id. GitLab replaces :id with the issue number (for example, https://customissuetracker.com/project-name/:id, which becomes https://customissuetracker.com/project-name/123).
    • New issue URL: Enter any URL. This URL is not used and an issue exists to remove it.
  6. Optional. Select Test settings.
  7. Select Save changes.

Reference issues in a custom issue tracker

You can reference issues in a custom issue tracker using:

  • #<ID>, where <ID> is a number (for example, #143).
  • <PROJECT>-<ID> (for example, API_32-143) where:
    • <PROJECT> starts with a capital letter, followed by capital letters, numbers, or underscores.
    • <ID> is a number.

The <PROJECT> part is ignored in links, which always point to the address specified in Issue URL.

Use the longer format (<PROJECT>-<ID>) if you have both internal and external issue trackers turned on. If you use the shorter format, and an issue with the same ID exists in the internal issue tracker, the internal issue is linked.