Project integrations

note
This page contains information about configuring project integrations on GitLab.com. For administrator documentation, see Project integration administration.

You can integrate with external applications to add functionality to GitLab.

You can view and manage integrations at the:

You can use:

Manage group-level default settings for a project integration

Prerequisite:

  • You must have at least the Maintainer role for the group.

To manage group-level default settings for a project integration:

  1. On the left sidebar, select Search or go to and find your group.
  2. Select Settings > Integrations.
  3. Select an integration.
  4. Complete the fields.
  5. Select Save changes.
caution
This may affect all or most of the subgroups and projects belonging to the group. Review the details below.

If this is the first time you are setting up group-level settings for an integration:

  • The integration is enabled for all subgroups and projects belonging to the group that don’t already have this integration configured, if you have the Enable integration toggle turned on in the group-level settings.
  • Subgroups and projects that already have the integration configured are not affected, but can choose to use the inherited settings at any time.

When you make further changes to the group defaults:

  • They are immediately applied to all subgroups and projects belonging to the group that have the integration set to use default settings.
  • They are immediately applied to newer subgroups and projects, even those created after you last saved defaults for the integration. If your group-level default setting has the Enable integration toggle turned on, the integration is automatically enabled for all such subgroups and projects.
  • Subgroups and projects with custom settings selected for the integration are not immediately affected and may choose to use the latest defaults at any time.

If instance-level settings have also been configured for the same integration, projects in the group inherit settings from the group.

Only the entire settings for an integration can be inherited. Per-field inheritance is proposed in epic 2137.

Remove a group-level default setting

Prerequisite:

  • You must have at least the Maintainer role for the group.

To remove a group-level default setting:

  1. On the left sidebar, select Search or go to and find your group.
  2. Select Settings > Integrations.
  3. Select an integration.
  4. Select Reset and confirm.

Resetting a group-level default setting removes integrations that use default settings and belong to a project or subgroup of the group.

Use instance-level or group-level default settings for a project integration

Prerequisite:

  • You must have at least the Maintainer role for the project.

To use instance-level or group-level default settings for a project integration:

  1. On the left sidebar, select Search or go to and find your project.
  2. Select Settings > Integrations.
  3. Select an integration.
  4. On the right, from the dropdown list, select Use default settings.
  5. Under Enable integration, ensure the Active checkbox is selected.
  6. Complete the fields.
  7. Select Save changes.

Use custom settings for a project or group integration

Prerequisite:

  • You must have at least the Maintainer role for the project or group.

To use custom settings for a project or group integration:

  1. On the left sidebar, select Search or go to and find your project or group.
  2. Select Settings > Integrations.
  3. Select an integration.
  4. On the right, from the dropdown list, select Use custom settings.
  5. Under Enable integration, ensure the Active checkbox is selected.
  6. Complete the fields.
  7. Select Save changes.

Available integrations

IntegrationDescriptionIntegration hooks
AsanaAdd commit messages as comments to Asana tasks. No
AssemblaManage projects with Assembla. No
Atlassian BambooRun CI/CD pipelines with Atlassian Bamboo. Yes
BugzillaUse Bugzilla as an issue tracker. No
BuildkiteRun CI/CD pipelines with Buildkite. Yes
CampfireConnect Campfire to chat. No
ClickUpUse ClickUp as an issue tracker. No
Confluence WorkspaceUse Confluence Workspace as an internal wiki. No
Custom issue trackerUse a custom issue tracker. No
DatadogTrace your GitLab pipelines with Datadog. Yes
Discord NotificationsSend notifications about project events to a Discord channel. No
DroneRun CI/CD pipelines with Drone. Yes
Emails on pushSend commits and diffs on push by email. No
Engineering Workflow Management (EWM)Use EWM as an issue tracker. No
External wikiLink an external wiki. No
GitHubReceive statuses for commits and pull requests. No
GitLab for Slack appUse the native Slack app to receive notifications and run commands. No
Google ChatSend notifications from your GitLab project to a room in Google Chat. No
HarborUse Harbor as the Container Registry for GitLab. No
irker (IRC gateway)Send IRC messages. No
JenkinsRun CI/CD pipelines with Jenkins. Yes
JetBrains TeamCityRun CI/CD pipelines with TeamCity. Yes
JiraUse Jira as an issue tracker. No
Mattermost notificationsSend notifications about project events to Mattermost channels. No
Mattermost slash commandsRun slash commands from a Mattermost chat environment. No
Microsoft Teams notificationsReceive event notifications in Microsoft Teams. No
PackagistUpdate your PHP dependencies in Packagist. Yes
Pipeline status emailsSend the pipeline status to a list of recipients by email. No
Pivotal TrackerAdd commit messages as comments to Pivotal Tracker stories. No
PumbleSend event notifications to a Pumble channel. No
PushoverGet real-time notifications on your device. No
RedmineUse Redmine as an issue tracker. No
Slack slash commandsRun slash commands from a Slack chat environment. No
Squash TMUpdate Squash TM requirements when GitLab issues are modified. Yes
TelegramSend notifications about project events to Telegram. No
Unify CircuitSend notifications about project events to Unify Circuit. No
Webex TeamsReceive event notifications in Webex Teams. No
YouTrackUse YouTrack as an issue tracker. No

Project webhooks

Some integrations use webhooks for external applications.

You can configure a project webhook to listen for specific events like pushes, issues, or merge requests. When the webhook is triggered, GitLab sends a POST request with data to a specified webhook URL.

For a list of integrations that use webhooks, see Available integrations.

Push hook limit

If a single push includes changes to more than three branches or tags, integrations supported by push_hooks and tag_push_hooks events are not executed.

To change the number of supported branches or tags, configure the push_event_hooks_limit setting.

SSL verification

By default, the SSL certificate for outgoing HTTP requests is verified based on an internal list of certificate authorities. The SSL certificate cannot be self-signed.

You can disable SSL verification when you configure webhooks and some integrations.