
Search
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
apiPathstring
Default
/api/v4/projectslabelsarray
SubTypestring
searchstring
statestring
Default
openedurlstring
Default
https://gitlab.comOutputs
countinteger
issuesarray
SubTypeobject