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.

Back to Catalog
Toolsgitlab

Block Preview

GitLab

GitLab

GitLab Issues operations: list, get, create.

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the gitlab block with monitoring enabled in production.

Inputs (UI)

Base URL

short-input

Placeholder: https://gitlab.com/api/v4

Layout: full

Project ID/Path

short-input

Layout: full

Token

short-input

Layout: full

Operation

dropdown

Layout: full

Options: List Issues, Get Issue, Create Issue

Issue IID

short-input

Layout: half

Search

short-input

Layout: half

Labels

short-input

Layout: full

State

short-input

Placeholder: opened|closed|all

Layout: half

Payload (JSON)

code

Placeholder: { "title": "New issue" }

Layout: full

Inputs (API)

baseUrl

string

Required

projectId

string

Required

token

string

Required

operation

string

Required

issueIid

string

Optional

search

string

Optional

labels

string

Optional

state

string

Optional

data

string

Optional

Outputs

Primary response type:

json

Tool Access

gitlab_issues
GitLab | NowFlow Blocks