- List all active integrations
- Asana
- Assembla
- Atlassian Bamboo CI
- Bugzilla
- Buildkite
- Campfire
- Datadog
- Unify Circuit
- Webex Teams
- Custom Issue Tracker
- Discord
- Drone CI
- Emails on Push
- Engineering Workflow Management (EWM)
- Confluence integration
- External wiki
- Flowdock
- GitHub
- Hangouts Chat
- Irker (IRC gateway)
- Jira
- Slack Slash Commands
- Mattermost Slash Commands
- Packagist
- Pipeline-Emails
- Pivotal Tracker
- Prometheus
- Pushover
- Redmine
- Slack notifications
- Microsoft Teams
- Mattermost notifications
- JetBrains TeamCity CI
- Jenkins CI
- Jenkins CI (Deprecated) integration
- MockCI
- YouTrack
Integrations API
This API enables you to work with external services that integrate with GitLab.
This API requires an access token with the Maintainer or Owner role.
List all active integrations
Get a list of all active project integrations.
Example response:
Add commit messages as comments to Asana tasks.
See also the Asana integration documentation.
Set Asana integration for a project.
Parameters:
GET /projects/:id/integrations
[
{
"id": 75,
"title": "Jenkins CI",
"slug": "jenkins",
"created_at": "2019-11-20T11:20:25.297Z",
"updated_at": "2019-11-20T12:24:37.498Z",
"active": true,
"commit_events": true,
"push_events": true,
"issues_events": true,
"confidential_issues_events": true,
"merge_requests_events": true,
"tag_push_events": false,
"note_events": true,
"confidential_note_events": true,
"pipeline_events": true,
"wiki_page_events": true,
"job_events": true,
"comment_on_event_enabled": true
},
{
"id": 76,
"title": "Alerts endpoint",
"slug": "alerts",
"created_at": "2019-11-20T11:20:25.297Z",
"updated_at": "2019-11-20T12:24:37.498Z",
"active": true,
"commit_events": true,
"push_events": true,
"issues_events": true,
"confidential_issues_events": true,
"merge_requests_events": true,
"tag_push_events": true,
"note_events": true,
"confidential_note_events": true,
"pipeline_events": true,
"wiki_page_events": true,
"job_events": true,
"comment_on_event_enabled": true
}
]
Asana
Create/Edit Asana integration
PUT /projects/:id/integrations/asana
Parameter | Type | Required | Description |
---|---|---|---|
api_key
| string | true | User API token. User must have access to task. All comments are attributed to this user. |
restrict_to_branch
| string | false | Comma-separated list of branches to be are automatically inspected. Leave blank to include all branches. |
push_events
| boolean | false | Enable notifications for push events |
Disable Asana integration
Disable the Asana integration for a project. Integration settings are preserved.
DELETE /projects/:id/integrations/asana
Get Asana integration settings
Get Asana integration settings for a project.
GET /projects/:id/integrations/asana
Assembla
Project Management Software (Source Commits Endpoint)
Create/Edit Assembla integration
Set Assembla integration for a project.
PUT /projects/:id/integrations/assembla
Parameters:
Parameter | Type | Required | Description |
---|---|---|---|
token
| string | true | The authentication token |
subdomain
| string | false | The subdomain setting |
push_events
| boolean | false | Enable notifications for push events |
Disable Assembla integration
Disable the Assembla integration for a project. Integration settings are preserved.
DELETE /projects/:id/integrations/assembla
Get Assembla integration settings
Get Assembla integration settings for a project.
GET /projects/:id/integrations/assembla
Atlassian Bamboo CI
A continuous integration and build server
Create/Edit Atlassian Bamboo CI integration
Set Atlassian Bamboo CI integration for a project.
You must set up automatic revision labeling and a repository trigger in Bamboo.
PUT /projects/:id/integrations/bamboo
Parameters:
Parameter | Type | Required | Description |
---|---|---|---|
bamboo_url
| string | true | Bamboo root URL. For example, https://bamboo.example.com .
|
enable_ssl_verification
| boolean | false | Enable SSL verification. Defaults to true (enabled). |
build_key
| string | true | Bamboo build plan key like KEY |
username
| string | true | A user with API access, if applicable |
password
| string | true | Password of the user |
push_events
| boolean | false | Enable notifications for push events |
Disable Atlassian Bamboo CI integration
Disable the Atlassian Bamboo CI integration for a project. Integration settings are preserved.
DELETE /projects/:id/integrations/bamboo
Get Atlassian Bamboo CI integration settings
Get Atlassian Bamboo CI integration settings for a project.
GET /projects/:id/integrations/bamboo
Bugzilla
Bugzilla Issue Tracker
Create/Edit Bugzilla integration
Set Bugzilla integration for a project.
PUT /projects/:id/integrations/bugzilla
Parameters:
Parameter | Type | Required | Description |
---|---|---|---|
new_issue_url
| string | true | New Issue URL |
issues_url
| string | true | Issue URL |
project_url
| string | true | Project URL |
description
| string | false | Description |
title
| string | false | Title |
push_events
| boolean | false | Enable notifications for push events |
Disable Bugzilla integration
Disable the Bugzilla integration for a project. Integration settings are preserved.
DELETE /projects/:id/integrations/bugzilla
Get Bugzilla integration settings
Get Bugzilla integration settings for a project.
GET /projects/:id/integrations/bugzilla
Buildkite
Continuous integration and deployments
Create/Edit Buildkite integration
Set Buildkite integration for a project.
PUT /projects/:id/integrations/buildkite
Parameters:
Parameter | Type | Required | Description |
---|---|---|---|
token
| string | true | Buildkite project GitLab token |
project_url
| string | true | Pipeline URL. For example, https://buildkite.com/example/pipeline
|
enable_ssl_verification
| boolean | false | DEPRECATED: This parameter has no effect since SSL verification is always enabled |
push_events
| boolean | false | Enable notifications for push events |
Disable Buildkite integration
Disable the Buildkite integration for a project. Integration settings are preserved.
DELETE /projects/:id/integrations/buildkite
Get Buildkite integration settings
Get Buildkite integration settings for a project.
GET /projects/:id/integrations/buildkite
Campfire
Send notifications about push events to Campfire chat rooms.
.
Set Campfire integration for a project.
Parameters:
Create/Edit Campfire integration
PUT /projects/:id/integrations/campfire
Parameter | Type | Required | Description |
---|---|---|---|
token
| string | true | Campfire API token. To find it, log into Campfire and select My info. |
subdomain
| string | false | Campfire subdomain. Text between https:// and .campfirenow.com when you’re logged in.
|
room
| string | false | Campfire room. The last part of the URL when you’re in a room. |
push_events
| boolean | false | Enable notifications for push events. |
Disable Campfire integration
Disable the Campfire integration for a project. Integration settings are preserved.
DELETE /projects/:id/integrations/campfire
Get Campfire integration settings
Get Campfire integration settings for a project.
GET /projects/:id/integrations/campfire
Datadog
Datadog system monitoring.
Create/Edit Datadog integration
Set Datadog integration for a project.
PUT /projects/:id/integrations/datadog
Parameters:
Parameter | Type | Required | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
api_key
| string | true | API key used for authentication with Datadog. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
api_url
| string | false | (Advanced) The full URL for your Datadog site | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
datadog_env
| string | false | For self-managed deployments, set the env% tag for all the data sent to Datadog. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
datadog_service
| string | false | Tag all data from this GitLab instance in Datadog. Useful when managing several self-managed deployments | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
datadog_site
| string | false | The Datadog site to send data to. To send data to the EU site, use datadoghq.eu
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
datadog_tags
| string | false | Custom tags in Datadog. Specify one tag per line in the format: key:value\nkey2:value2 (
Disable Datadog integrationDisable the Datadog integration for a project. Integration settings are preserved.
Get Datadog integration settingsGet Datadog integration settings for a project.
Unify CircuitUnify Circuit RTC and collaboration tool. Create/Edit Unify Circuit integrationSet Unify Circuit integration for a project.
Parameters:
Disable Unify Circuit integrationDisable the Unify Circuit integration for a project. Integration settings are preserved.
Get Unify Circuit integration settingsGet Unify Circuit integration settings for a project.
Webex TeamsWebex Teams collaboration tool. Create/Edit Webex Teams integrationSet Webex Teams integration for a project.
Parameters:
Disable Webex Teams integrationDisable the Webex Teams integration for a project. Integration settings are preserved.
Get Webex Teams integration settingsGet Webex Teams integration settings for a project.
Custom Issue TrackerCustom issue tracker Create/Edit Custom Issue Tracker integrationSet Custom Issue Tracker integration for a project.
Parameters:
Disable Custom Issue Tracker integrationDisable the Custom Issue Tracker integration for a project. Integration settings are preserved.
Get Custom Issue Tracker integration settingsGet Custom Issue Tracker integration settings for a project.
DiscordSend notifications about project events to a Discord channel. Create/Edit Discord integrationSet Discord integration for a project.
Parameters:
Disable Discord integrationDisable the Discord integration for a project. Integration settings are preserved.
Get Discord integration settingsGet Discord integration settings for a project.
Drone CIDrone is a Continuous Integration platform built on Docker, written in Go Create/Edit Drone CI integrationSet Drone CI integration for a project.
Parameters:
Disable Drone CI integrationDisable the Drone CI integration for a project. Integration settings are preserved.
Get Drone CI integration settingsGet Drone CI integration settings for a project.
Emails on PushEmail the commits and diff of each push to a list of recipients. Create/Edit Emails on Push integrationSet Emails on Push integration for a project.
Parameters:
Disable Emails on Push integrationDisable the Emails on Push integration for a project. Integration settings are preserved.
Get Emails on Push integration settingsGet Emails on Push integration settings for a project.
Engineering Workflow Management (EWM)Use IBM Engineering Workflow Management (EWM) as a project’s issue tracker. Create/Edit EWM integrationSet EWM integration for a project.
Parameters:
Disable EWM integrationDisable the EWM integration for a project. Integration settings are preserved.
Get EWM integration settingsGet EWM integration settings for a project.
Confluence integration
Replaces the link to the internal wiki with a link to a Confluence Cloud Workspace.
Set Confluence integration for a project.
Parameters:
Disable Confluence integrationDisable the Confluence integration for a project. Integration settings are preserved.
Get Confluence integration settingsGet Confluence integration settings for a project.
External wikiReplaces the link to the internal wiki with a link to an external wiki. Create/Edit External wiki integrationSet External wiki integration for a project.
Parameters:
Disable External wiki integrationDisable the External wiki integration for a project. Integration settings are preserved.
Get External wiki integration settingsGet External wiki integration settings for a project.
FlowdockFlowdock is a ChatOps application for collaboration in software engineering
companies. You can send notifications from GitLab events to Flowdock flows.
For integration instructions, see the .
Set Flowdock integration for a project.
Parameters:
Disable Flowdock integrationDisable the Flowdock integration for a project. Integration settings are preserved.
Get Flowdock integration settingsGet Flowdock integration settings for a project.
GitHubCode collaboration software. Create/Edit GitHub integrationSet GitHub integration for a project.
Parameters:
Disable GitHub integrationDisable the GitHub integration for a project. Integration settings are preserved.
Get GitHub integration settingsGet GitHub integration settings for a project.
Hangouts ChatGoogle Workspace team collaboration tool. Create/Edit Hangouts Chat integrationSet Hangouts Chat integration for a project.
Parameters:
Disable Hangouts Chat integrationDisable the Hangouts Chat integration for a project. Integration settings are preserved.
Get Hangouts Chat integration settingsGet Hangouts Chat integration settings for a project.
Irker (IRC gateway)Send IRC messages, on update, to a list of recipients through an irker gateway. For more information, see the irker integration documentation. Create/Edit Irker (IRC gateway) integrationSet Irker (IRC gateway) integration for a project.
Parameters:
Disable Irker (IRC gateway) integrationDisable the Irker (IRC gateway) integration for a project. Integration settings are preserved.
Get Irker (IRC gateway) integration settingsGet Irker (IRC gateway) integration settings for a project.
JiraJira issue tracker. Get Jira integration settingsGet Jira integration settings for a project.
Create/Edit Jira integrationSet Jira integration for a project.
Parameters:
Disable Jira integrationDisable the Jira integration for a project. Integration settings are preserved.
Slack Slash CommandsAbility to receive slash commands from a Slack chat instance. Get Slack Slash Command integration settingsGet Slack Slash Command integration settings for a project.
Example response:
Create/Edit Slack Slash Commands integrationSet Slack Slash Command for a project.
Parameters:
Disable Slack Slash Command integrationDisable the Slack Slash Command integration for a project. Integration settings are preserved.
Mattermost Slash CommandsAbility to receive slash commands from a Mattermost chat instance. Get Mattermost Slash Command integration settingsGet Mattermost Slash Command integration settings for a project.
Create/Edit Mattermost Slash Command integrationSet Mattermost Slash Command for a project.
Parameters:
Disable Mattermost Slash Command integrationDisable the Mattermost Slash Command integration for a project. Integration settings are preserved.
PackagistUpdate your project on Packagist (the main Composer repository) when commits or tags are pushed to GitLab. Create/Edit Packagist integrationSet Packagist integration for a project.
Parameters:
Disable Packagist integrationDisable the Packagist integration for a project. Integration settings are preserved.
Get Packagist integration settingsGet Packagist integration settings for a project.
Pipeline-EmailsGet emails for GitLab CI/CD pipelines. Create/Edit Pipeline-Emails integrationSet Pipeline-Emails integration for a project.
Parameters:
Disable Pipeline-Emails integrationDisable the Pipeline-Emails integration for a project. Integration settings are preserved.
Get Pipeline-Emails integration settingsGet Pipeline-Emails integration settings for a project.
Pivotal TrackerAdd commit messages as comments to Pivotal Tracker stories. See also the Pivotal Tracker integration documentation. Create/Edit Pivotal Tracker integrationSet Pivotal Tracker integration for a project.
Parameters:
Disable Pivotal Tracker integrationDisable the Pivotal Tracker integration for a project. Integration settings are preserved.
Get Pivotal Tracker integration settingsGet Pivotal Tracker integration settings for a project.
PrometheusPrometheus is a powerful time-series monitoring service. Create/Edit Prometheus integrationSet Prometheus integration for a project.
Parameters:
Disable Prometheus integrationDisable the Prometheus integration for a project. Integration settings are preserved.
Get Prometheus integration settingsGet Prometheus integration settings for a project.
PushoverPushover makes it easy to get real-time notifications on your Android device, iPhone, iPad, and Desktop. Create/Edit Pushover integrationSet Pushover integration for a project.
Parameters:
Disable Pushover integrationDisable the Pushover integration for a project. Integration settings are preserved.
Get Pushover integration settingsGet Pushover integration settings for a project.
RedmineRedmine issue tracker Create/Edit Redmine integrationSet Redmine integration for a project.
Parameters:
Disable Redmine integrationDisable the Redmine integration for a project. Integration settings are preserved.
Get Redmine integration settingsGet Redmine integration settings for a project.
Slack notificationsReceive event notifications in Slack Create/Edit Slack integrationSet Slack integration for a project.
Parameters:
Disable Slack integrationDisable the Slack integration for a project. Integration settings are preserved.
Get Slack integration settingsGet Slack integration settings for a project.
Microsoft TeamsGroup Chat Software Create/Edit Microsoft Teams integrationSet Microsoft Teams integration for a project.
Parameters:
Disable Microsoft Teams integrationDisable the Microsoft Teams integration for a project. Integration settings are preserved.
Get Microsoft Teams integration settingsGet Microsoft Teams integration settings for a project.
Mattermost notificationsReceive event notifications in Mattermost Create/Edit Mattermost notifications integrationSet Mattermost notifications integration for a project.
Parameters:
Disable Mattermost notifications integrationDisable the Mattermost notifications integration for a project. Integration settings are preserved.
Get Mattermost notifications integration settingsGet Mattermost notifications integration settings for a project.
JetBrains TeamCity CIA continuous integration and build server Create/Edit JetBrains TeamCity CI integrationSet JetBrains TeamCity CI integration for a project.
Parameters:
Disable JetBrains TeamCity CI integrationDisable the JetBrains TeamCity CI integration for a project. Integration settings are preserved.
Get JetBrains TeamCity CI integration settingsGet JetBrains TeamCity CI integration settings for a project.
Jenkins CIA continuous integration and build server Create/Edit Jenkins CI integrationSet Jenkins CI integration for a project.
Parameters:
Disable Jenkins CI integrationDisable the Jenkins CI integration for a project. Integration settings are preserved.
Get Jenkins CI integration settingsGet Jenkins CI integration settings for a project.
Jenkins CI (Deprecated) integrationA continuous integration and build server Create/Edit Jenkins CI (Deprecated) integrationSet Jenkins CI (Deprecated) integration for a project.
Parameters:
Disable Jenkins CI (Deprecated) integrationDisable the Jenkins CI (Deprecated) integration for a project. Integration settings are preserved.
Get Jenkins CI (Deprecated) integration settingsGet Jenkins CI (Deprecated) integration settings for a project.
MockCIMock an external CI. See This integration is only available when your environment is set to development.
Set MockCI integration for a project.
Parameters:
Disable MockCI integrationDisable the MockCI integration for a project. Integration settings are preserved.
Get MockCI integration settingsGet MockCI integration settings for a project.
YouTrackYouTrack issue tracker Create/Edit YouTrack integrationSet YouTrack integration for a project.
Parameters:
Disable YouTrack integrationDisable the YouTrack integration for a project. Integration settings are preserved.
Get YouTrack integration settingsGet YouTrack integration settings for a project.
Help & feedbackDocsEdit this page to fix an error or add an improvement in a merge request.Create an issue to suggest an improvement to this page. ProductCreate an issue if there's something you don't like about this feature.Propose functionality by submitting a feature request. to help shape new features. Feature availability and product trialsto see all GitLab tiers and features, or to upgrade.with access to all features for 30 days. Get Help
If you didn't find what you were looking for,
search the docs.
If you want help with something specific and could use community support,
.
For problems setting up or using this feature (depending on your GitLab
subscription). |