jaxbot / github-issues.vim

Github issue lookup in Vim
http://jaxbot.me/articles/github-issues-vim-plugin-5-7-2014
Other
405 stars 28 forks source link

Adding Issues to Project Boards #174

Open Fubukimaru opened 6 years ago

Fubukimaru commented 6 years ago

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?

osleg commented 6 years ago

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 😉

Fubukimaru commented 6 years ago

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?

osleg commented 4 years ago

Hey @Fubukimaru it looks like I totally forgot about this repo, life kicked in :(

2 Years later, let's do it? :)

Fubukimaru commented 4 years ago

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?