arthur-debert / google-code-issues-migrator

A simple script to migrate issues from google code to github.
67 stars 56 forks source link

Does not work for organizations? #37

Closed XhmikosR closed 9 years ago

XhmikosR commented 10 years ago

I'm trying to move Subtitle Edit's issues on GitHub. I'm one of the owners of the SubtitleEdit organization but when I run

python ./migrateissues.py -d -p --skip-closed subtitleedit SubtitleEdit subtitleedit

I get BadCredentialsException. Are organizations supported?

nigelcharman commented 10 years ago

Organizations are working for me, using orgname/project for the Github project name.

joelpt commented 9 years ago

Added comment about using orgname/project syntax to the README.md.