Project integrations

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

This page contains user documentation for project integrations. For administrator documentation, see Project integration administration.

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

You can view and manage integrations for the:

You can use:

Manage group default settings for a project integration

Prerequisites:

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

To manage the group 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.

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 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 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 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 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 default setting

Prerequisites:

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

To remove a group 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 default setting removes integrations that use default settings and belong to a project or subgroup of the group.

Use instance or group default settings for a project integration

Prerequisites:

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

To use instance or group 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

Prerequisites:

  • 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

The following integrations can be available on a GitLab instance. If an instance administrator has configured an integration allowlist, only those integrations are available.

IntegrationDescriptionIntegration hooks
Apple App Store ConnectUse GitLab to build and release an app in the Apple App Store.dotted-circle No
AsanaAdd commit messages as comments to Asana tasks.dotted-circle No
AssemblaManage projects with Assembla.dotted-circle No
Atlassian BambooRun CI/CD pipelines with Atlassian Bamboo.check-circle Yes
BugzillaUse Bugzilla as an issue tracker.dotted-circle No
Beyond IdentityVerify that GPG keys are authorized by Beyond Identity Authenticator.dotted-circle No
BuildkiteRun CI/CD pipelines with Buildkite.check-circle Yes
CampfireConnect Campfire to chat.dotted-circle No
ClickUpUse ClickUp as an issue tracker.dotted-circle No
Confluence WorkspaceUse Confluence Cloud Workspace as an internal wiki.dotted-circle No
Custom issue trackerUse a custom issue tracker.dotted-circle No
DatadogTrace your GitLab pipelines with Datadog.check-circle Yes
Diffblue CoverAutomatically write comprehensive, human-like Java unit tests.check-circle No
Discord NotificationsSend notifications about project events to a Discord channel.dotted-circle No
DroneRun CI/CD pipelines with Drone.check-circle Yes
Emails on pushSend commits and diffs on push by email.dotted-circle No
Engineering Workflow Management (EWM)Use EWM as an issue tracker.dotted-circle No
External wikiLink an external wiki.dotted-circle No
GitGuardianReject commits based on GitGuardian policies.dotted-circle No
GitHubReceive statuses for commits and pull requests.dotted-circle No
GitLab for Slack appUse the native Slack app to receive notifications and run commands.dotted-circle No
Google Artifact ManagementManage your artifacts in Google Artifact Registry.dotted-circle No
Google ChatSend notifications from your GitLab project to a space in Google Chat.dotted-circle No
Google Cloud IAMManage permissions for Google Cloud resources with Identity and Access Management (IAM).dotted-circle No
Google PlayUse GitLab to build and release an app in Google Play.dotted-circle No
HarborUse Harbor as the container registry for GitLab.dotted-circle No
irker (IRC gateway)Send IRC messages.dotted-circle No
JenkinsRun CI/CD pipelines with Jenkins.check-circle Yes
JetBrains TeamCityRun CI/CD pipelines with TeamCity.check-circle Yes
JetBrains YouTrackUse JetBrains YouTrack as your project’s issue tracker.dotted-circle No
JiraUse Jira as an issue tracker.dotted-circle No
Matrix notificationsSend notifications about project events to Matrix.dotted-circle No
Mattermost notificationsSend notifications about project events to Mattermost channels.dotted-circle No
Mattermost slash commandsRun slash commands from a Mattermost chat environment.dotted-circle No
Microsoft Teams notificationsReceive event notifications in Microsoft Teams.dotted-circle No
PackagistUpdate your PHP dependencies in Packagist.check-circle Yes
PhorgeUse Phorge as an issue tracker.dotted-circle No
Pipeline status emailsSend the pipeline status to a list of recipients by email.dotted-circle No
Pivotal TrackerAdd commit messages as comments to Pivotal Tracker stories.dotted-circle No
PumbleSend event notifications to a Pumble channel.dotted-circle No
PushoverGet real-time notifications on your device.dotted-circle No
RedmineUse Redmine as an issue tracker.dotted-circle No
Slack slash commandsRun slash commands from a Slack chat environment.dotted-circle No
Squash TMUpdate Squash TM requirements when GitLab issues are modified.check-circle Yes
TelegramSend notifications about project events to Telegram.dotted-circle No
Unify CircuitSend notifications about project events to Unify Circuit.dotted-circle No
Webex TeamsReceive event notifications in Webex Teams.dotted-circle 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.