Skip to content

GitLab

Reference


GitLab is a web-based DevOps lifecycle tool that provides a Git repository manager, CI/CD pipelines, issue tracking, and more in a single application.

Categories: [developer-tools]

Version: 1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameTypeControl TypeDescription
Client IdSTRINGTEXT
Client SecretSTRINGTEXT

Triggers

New Issue

Triggers when a new issue is created.

Type: DYNAMIC_WEBHOOK

Properties

NameTypeControl TypeDescription
ProjectSTRINGSELECT

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
INTEGERINTEGER
INTEGERINTEGER
INTEGERINTEGER
STRINGTEXT

Actions

Create Issue

Creates a new project issue.

Properties

NameTypeControl TypeDescription
ProjectSTRINGSELECTProject where new issue will be created
TitleSTRINGTEXTThe title of an issue.
DescriptionSTRINGTEXTThe description of an issue.

Output

Type: OBJECT

Properties

TypeControl Type
{INTEGER(id), INTEGER(iid), INTEGER(project_id), STRING(title), STRING(description), STRING(web_url)}OBJECT_BUILDER

Create Comment on Issue

Adds a comment to the specified issue.

Properties

NameTypeControl TypeDescription
ProjectSTRINGSELECT
IssueINTEGERSELECTThe issue to comment on.
CommentSTRINGTEXTThe comment to add to the issue.

Output

Type: OBJECT

Properties

TypeControl Type
{INTEGER(id), STRING(body)}OBJECT_BUILDER