A simple tool to migrate you issues from your old repository.
This tool is licensed under GNU Lesser General Public License (LGPL).
sudo python setup.py install
Start a local webserver by running:
python migration_app.py
- This tool import only the following fields ( title, body, assignee) due to the limitation imposed by the GitHub APi (https://developer.github.com/v3/issues/#create-an-issue)