project-bot
project-bot copied to clipboard
Assign issue to specific project
If there are many projects in a repo, it'd be great to be able to assign the issue to a particular project based on a specified parameter.
Couldn't you achieve this behavior by creating a label for each project, and having an automation rule per project that puts the issue into the project based on the correctly named label?
@alexfornuto The issue would still be added to every single project. The added_label rule only works for moving between columns. Only new_issue and new_pullrequest work for adding to the project :/
:thinking: It would be great to have a rule that adds an issue to board on label added.