move-issues icon indicating copy to clipboard operation
move-issues copied to clipboard

Move multiple issues?

Open caseyjhol opened this issue 6 years ago • 3 comments

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?

caseyjhol avatar Aug 26 '18 19:08 caseyjhol

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.

dessant avatar Aug 26 '18 20:08 dessant

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"

caseyjhol avatar Aug 27 '18 16:08 caseyjhol

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.

jandrieu avatar Aug 06 '19 23:08 jandrieu