Nov 282018
I’ve been using GitHub a lot lately. Their project boards are very handy for organizing releases, prioritizing issues, etc.
One problem though is that there isn’t a way to move, in bulk, issues from one project board to another. This comes up when I want to move all the unfinished issues from one release board to another release board. Or when we recently decided to use Org-level project boards rather then repository level project boards.
So, I’ve written a script that uses the GitHub API to move cards from one project board to another.
Check it out: https://github.com/ksbeattie/gh_proj_card_mover