Skip to main content

Advanced

The GitLab integration supports additional flags to provide additional configuration, making it easier to configure its behavior to your liking.

To use the advanced configuration and additional flags, add them as a root key to your integration configuration, for example to add the createMissingRelatedEntities flag:

createMissingRelatedEntities: true
resources:
- kind: merge-request
selector:
query: "true"
port:
entity:
mappings:
... mappings configuration

Using advanced configurations​

The following advanced configuration parameters are available and can be added to the integration configuration:

The branch parameter detremines the branch the integration will sync on.
By default this parameter is not set and the integration will sync all projects using their default branch.