google / github-issue-mover

Making it easy to migrate issues between repos.
https://github-issue-mover.appspot.com
Apache License 2.0
615 stars 58 forks source link

Need to match collaborators #118

Open gitorgstars opened 8 years ago

gitorgstars commented 8 years ago

Great tool! Just wanted to point out, I got an inscrutable error until I ensured the original issue collaborators were added to the target repo

erikquinn commented 7 years ago

In my case, when I was getting the Error creating new issue: NullError: Cannot call "ez" on null error (shown in #11 and #123), it was due to the fact that the issue was assigned to someone who was not a collaborator on the repository TO which the issue was being moved. Other issues migrated to the new repo just fine.

The only odd thing was that unassigning the collaborator who didn't exist in the destination repo did not resolve it; so I just moved those issues over manually.