https://github.com/matthiasdiener/redmine_to_github
Migrate Redmine issues to GitHub issues.
https://github.com/matthiasdiener/redmine_to_github
github issues migration python python-3 redmine
Last synced: about 1 month ago
JSON representation
Migrate Redmine issues to GitHub issues.
- Host: GitHub
- URL: https://github.com/matthiasdiener/redmine_to_github
- Owner: matthiasdiener
- License: mit
- Created: 2019-03-12T16:48:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T17:11:47.000Z (about 7 years ago)
- Last Synced: 2025-06-25T19:02:15.811Z (12 months ago)
- Topics: github, issues, migration, python, python-3, redmine
- Language: Python
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# redmine_to_github
Migrate Redmine issues to GitHub issues.
## Usage
1. Open `config.py` and change the variables pointing to your repositories, projects, user names, etc.
2. Run `./download_redmine.py` to download all issues of the project configured in the first step.
3. Run `./upload_github.py` to upload your issues to GitHub.