List

List

Certified

List items from a GitHub Projects v2 board

yaml
type: io.kestra.plugin.github.projects.List
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
DefaultSTORE
Possible Values
STOREFETCHFETCH_ONENONE
SubTypestring
Default0
SubTypestring
SubTypeobject
Formaturi