GitLab Issues
Tasks that create, update, and fetch GitLab issues.
Tasks that interact with GitLab projects, commits, and issues via the API.
Provide a GitLab host name and access token with project identifiers to search commits, create or update issues, and retrieve project metadata for CI/CD or governance workflows.
Create issues and merge requests, and search issues in GitLab from Kestra flows.
Set token to a GitLab personal, project, or group access token with scopes covering the operations you need. url defaults to https://gitlab.com — set it to your instance URL for self-hosted GitLab. Set projectId to the numeric project ID or URL-encoded project path. Store token in a secret and apply all three globally with plugin defaults.
issues.Create opens a new issue — set title and optionally issueDescription and labels.
issues.Search queries issues in a project — filter by search (free-text), state (opened, closed, or all), and labels.
mergerequests.Create opens a new merge request — set title, sourceBranch, targetBranch, and optionally mergeRequestDescription.