Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 671 Bytes

migrate-issues.md

File metadata and controls

29 lines (23 loc) · 671 Bytes

Migrate issues between repos

create token https://help.github.com/articles/creating-an-access-token-for-command-line-use/

use this script: https://github.com/IQAndreas/github-issues-import

create config.ini file:

[source]
server = github.com
repository = fr8r/fr8r-proxy
username = [email protected]
password =

[target]
server = github.ibm.com
repository = alchemy-containers/fr8r-proxy
username = [email protected]
password =

to move the issues:

pyenv activate venv351 python3 gh-issues-import.py --issues 6 python3 gh-issues-import.py --issues 84 89 90 91 92

or python3 gh-issues-import.py --open if you want to move all the open issues