Blocks
GitLab
GitLab Issues operations: list, get, create.
Connect to GitLab API to manage project issues. Provide base URL, project ID or path, and token.
Toolsgitlab
Block Preview
GitLab
GitLab Issues operations: list, get, create.
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the gitlab block with monitoring enabled in production.
Inputs (UI)
Base URL
short-inputPlaceholder: https://gitlab.com/api/v4
Layout: full
Project ID/Path
short-inputLayout: full
Token
short-inputLayout: full
Operation
dropdownLayout: full
Options: List Issues, Get Issue, Create Issue
Issue IID
short-inputLayout: half
Search
short-inputLayout: half
Labels
short-inputLayout: full
State
short-inputPlaceholder: opened|closed|all
Layout: half
Payload (JSON)
codePlaceholder: { "title": "New issue" }
Layout: full
Inputs (API)
baseUrl
stringRequired
projectId
stringRequired
token
stringRequired
operation
stringRequired
issueIid
stringOptional
search
stringOptional
labels
stringOptional
state
stringOptional
data
stringOptional
Outputs
Primary response type:
json
Tool Access
gitlab_issues