BigW Consortium Gitlab

index.md 924 Bytes
Newer Older
1 2
# Project integrations

3 4 5 6 7 8
You can find the available integrations under the **Integrations** page by
navigating to the cog icon in the upper right corner of your project. You need
to have at least [master permission][permissions] on the project.

![Accessing the integrations](img/accessing_integrations.png)

9 10 11 12 13 14 15 16
## Project services

Project services allow you to integrate GitLab with other applications.
They are a bit like plugins in that they allow a lot of freedom in
adding functionality to GitLab.

[Learn more about project services.](project_services.md)

17
## Project webhooks
18 19 20 21 22 23 24

Project webhooks allow you to trigger a URL if for example new code is pushed or
a new issue is created. You can configure webhooks to listen for specific events
like pushes, issues or merge requests. GitLab will send a POST request with data
to the webhook URL.

[Learn more about webhooks.](webhooks.md)
25 26

[permissions]: ../../permissions.md