1

How can we access data about non-classic GitHub Projects?

The official documentation defines API resource type Project for this purpose but with this only classic Project board data can be accessed.

Chiranga Alwis
  • 1,049
  • 1
  • 25
  • 47

1 Answers1

2

The new projects v2 is not in the REST api, only in GraphQL.

Check the calls in the GitHub docs here: https://docs.github.com/en/issues/planning-and-tracking-with-projects/automating-your-project/using-the-api-to-manage-projects

Rob Bos
  • 1,320
  • 1
  • 10
  • 25