github-issues.vim icon indicating copy to clipboard operation
github-issues.vim copied to clipboard

Adding Issues to Project Boards

Open Fubukimaru opened this issue 7 years ago • 4 comments

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?

Fubukimaru avatar Jun 05 '18 09:06 Fubukimaru

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 😉

osleg avatar Jun 22 '18 19:06 osleg

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?

Fubukimaru avatar Jun 22 '18 19:06 Fubukimaru

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

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

osleg avatar May 17 '20 09:05 osleg

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?

Fubukimaru avatar May 17 '20 18:05 Fubukimaru