Search GitLab issues.

Search for issues in a GitLab project. You need to provide a valid GitLab project ID and a personal access token with the necessary permissions.

yaml
type: "io.kestra.plugin.gitlab.issues.Search"

Search for issues in a GitLab project using a project access token.

yaml
id: gitlab_search_issues
namespace: company.team

tasks:
  - id: search_issues
    type: io.kestra.plugin.gitlab.issues.Search
    url: https://gitlab.example.com
    token: "{{ secret('GITLAB_TOKEN') }}"
    projectId: "123"
    search: "bug"
    state: "opened"
    labels:
      - bug
      - critical
Properties

Project ID

GitLab project ID

Personal Access Token

GitLab Personal Access Token

Default /api/v4/projects

API Path

Custom API path for GitLab API endpoints

SubType string

Labels to filter by

Default opened

Issue state

opened, closed or all

Default https://gitlab.com

GitLab URL

GitLab URL

Number of issues found

SubType object

Found issues

HTTP status code