
List
CertifiedList items from a GitHub Projects v2 board
List
Certified
List items from a GitHub Projects v2 board
yaml
type: io.kestra.plugin.github.projects.ListExamples
yaml
id: github_projects_list_flow
namespace: company.team
tasks:
- id: list_project_items
type: io.kestra.plugin.github.projects.List
oauthToken: "{{ secret('GITHUB_ACCESS_TOKEN') }}"
organization: kestra-io
projectNumber: 1
fetchType: FETCH
yaml
id: github_projects_list_filtered_flow
namespace: company.team
tasks:
- id: list_project_items
type: io.kestra.plugin.github.projects.List
oauthToken: "{{ secret('GITHUB_ACCESS_TOKEN') }}"
organization: kestra-io
projectNumber: 1
fields:
Owner: Plugins
status:
- In Progress
- Done
labels:
- area/plugin
fetchType: STORE
Properties
organization *Requiredstring
projectNumber *Requiredintegerstring
appInstallationToken string
endpoint string
fetchType string
Default
STOREPossible Values
STOREFETCHFETCH_ONENONEfields object
jwtToken string
labels array
SubTypestring
limit integerstring
Default
0login string
oauthToken string
pluginDefaultsRef Non-dynamicstring
status array
SubTypestring
Outputs
row object
rows array
SubTypeobject
size integer
total integer
uri string
Format
uri