Adding Issues to Project Boards
Hello,
I was wondering if it would be good to add some functionality regarding Projects.
I'm my workflow I use the GitHub Project boards to control the tasks I'm currently doing. From my side it would be useful to add issues to a Project so they get directly into the TODO column.
We would need to use Project Cards' API (https://developer.github.com/v3/projects/cards/).
What do you think about this feature?
We can try to implement something for that. Currently tho I'm cleaning up code base and moving python stuff outside of vim script. PRs are welcome tho 😉
I'll research about it. Maybe it's wise to wait for you to finish with the refactoring, as there is no rush in having this feature. What do you think?
Hey @Fubukimaru it looks like I totally forgot about this repo, life kicked in :(
2 Years later, let's do it? :)
Nice to see you again :).
So the thing would be to the text:
## Title: (new)
## State: open
## Assignees:
## Milestone:
## Labels:
**## Project:**
We would need to use "Create a project card" https://developer.github.com/v3/projects/cards/.
I suppose we should first create the issue and then get the issue ID and then do the new step, right?