octokit.net icon indicating copy to clipboard operation
octokit.net copied to clipboard

Support for beta projects

Open nkolev92 opened this issue 3 years ago • 3 comments

We're trying to use projects (beta), but the lack of automation around it makes a bit challenging.

var projects = await client.Repository.Project.GetAllForOrganization("nuget");

Only returns the v1 projects.

nkolev92 avatar Mar 24 '22 01:03 nkolev92

The v3 REST API does not yet support beta projects - GraphQL support is currently available: https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects

shiftkey avatar Mar 24 '22 12:03 shiftkey

Any updates on this issue?

HouseOfPandas avatar Aug 26 '22 08:08 HouseOfPandas

Hi @HouseOfPandas, unfortunately the GitHub Api itself still only supports classic projects.

JonruAlveus avatar Aug 28 '22 06:08 JonruAlveus

@HouseOfPandas and @nkolev92 I was having the same issue and these docs helped me. https://docs.github.com/en/rest/projects/projects?apiVersion=2022-11-28 https://docs.github.com/en/issues/planning-and-tracking-with-projects/automating-your-project/using-the-api-to-manage-projects

Not sure if you guys might've resolved the issue.

Let me know if you might need any assistance, will be more than willing top help.

You'll need to authenticate with a PAT though.

TluwaniMS avatar Jan 17 '23 10:01 TluwaniMS

👋 Hey Friends, this issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Please add the Status: Pinned label if you feel that this issue needs to remain open/active. Thank you for your contributions and help in keeping things tidy!

github-actions[bot] avatar Oct 15 '23 01:10 github-actions[bot]