Search
yaml
type: "io.kestra.plugin.gitlab.issues.search"
Examples
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
projectId *Requiredstring
token *Requiredstring
apiPath string
Default
/api/v4/projects
labels array
SubType string
search string
state string
Default
opened
url string
Default
https://gitlab.com
Outputs
count integer
issues array
SubType object