-
Notifications
You must be signed in to change notification settings - Fork 1
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
allow specifying project when opening an issue #119
Comments
Hmm... as far as I can tell, the GitHub REST API does not support projects. It looks like maybe the GraphQL API does though. I've never used GraphQL before so it'll take me some time and effort to figure out how this would be implemented. |
@jayqi Ah, I did not realize that :( the |
One of my co-workers showed me the workflows feature inside github projects. There's a simple rule that can be configured via the web ui where all issues created in a repo can automatically be added to a project. This can be further scoped by tags, eg: "add all issues (I figure I will leave this issue open in case there's a scenario i am not considering that someone else might have which would benefit from the Action being able to add an issue to a project. Feel free to close it.) |
I've added documentation to the README about the auto-add workflow. Configuring this with the project feels clearer to me anyways, since repos and projects are many-to-many, and this action is associated directly with a repo. |
It would be nice if we could set the 'project' attribute of an issue when opening.
Use case is... A team using GH Projects to organize issues from one or more repos into a view of open issues and prioritize them, etc. Having automated issues (failures) from certain CI jobs added to a project board would improve visibility of these failures and allow them to be prioritized by the team.
The text was updated successfully, but these errors were encountered: