Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this work with Github Issues Beta? #82

Open
matthewmayer opened this issue Oct 14, 2021 · 8 comments
Open

Does this work with Github Issues Beta? #82

matthewmayer opened this issue Oct 14, 2021 · 8 comments
Labels
question Further information is requested

Comments

@matthewmayer
Copy link

https://docs.github.com/en/issues/trying-out-the-new-projects-experience/about-projects

@srggrs
Copy link
Owner

srggrs commented Oct 31, 2021

Not sure, has anyone tried it?

@srggrs srggrs added the question Further information is requested label Oct 31, 2021
@rsioss
Copy link

rsioss commented Nov 2, 2021

We tried it with a beta project, and unfortunately it failed. From looking at the GH docs, it appears that beta projects require use of the GraphQL API instead of the REST one.

@mustafaozhan
Copy link

I wanted to do the same and in case you need it, I end up using this: https://github.com/leonsteinhaeuser/project-beta-automations

@rsioss
Copy link

rsioss commented Nov 3, 2021

Ahh, that looked promising, but it looks like it only supports updating the issue status (doesn't appear to support moving issues to a particular column on the beta project board, which is what we wanted to do).

@matthewmayer
Copy link
Author

as far as i know, the beta project boards currently only support having columns as the different issue statuses

@rsioss
Copy link

rsioss commented Nov 4, 2021

it appears that I was too hasty to dismiss the beta action in that case... I mistakenly jumped to the conclusion that status and column were different attributes. I'll give it a shot, thanks for following up!

@nicole-obrien
Copy link

Doesn't seem to recognise the GH projects beta because they are within a user or organisation and not in a repo. Do you think this is something you could support?

@matthewmayer
Copy link
Author

Doesn't seem to recognise the GH projects beta because they are within a user or organisation and not in a repo. Do you think this is something you could support?

As suggested higher up in this thread I'd suggest trying https://github.com/leonsteinhaeuser/project-beta-automations instead

The code is fairly easy to modify for your needs for example I made a version which removes an issue from a project board too https://github.com/matthewmayer/project-beta-remove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants