move-issues
move-issues copied to clipboard
Move multiple issues?
I might be missing something, but how do you move more than one issue at a time without commenting on every issue? Is there a more automated process?
Moving multiple issues at once is not supported by the app. It would be possible to add, but I'd find it odd to call a command on an issue that also moves other issues.
A project like hub seems to be better suited to implement such a feature.
I ended up using node-gh-/gh in conjuction with Move Issues to move 80+ issues.
gh is -n 50 -n 51 -n 52 -c "/move to new-repo"
FWIW, I just forked a repo and need to move all of the issues. It is literally the only reason I installed the app. Fortunately, we only have 26 issues, but I kept looking around for how I tell it to move all the issues.
This would be great as a config statement to move all open issues.