wiki:GithubImportScript

Version 1 (modified by PulkoMandy, 8 months ago) (diff)

--

GitHub issues to Trac conversion script

Description

This script allows you to import issues from a GitHub repository to Trac.

Example use to import tickets from github.com/username/mycoolsoftware:

$ python github2trac.py --tracenv /usr/local/trac-projects/myproj/ \
    --clean --token your_github_token_here --repo username/mycoolsoftware

See below for more usage options.

See also: t:TracImport

Bugs/Feature Requests

Contact me by email for now.

Download

https://pulkomandy.tk/downloads/github2trac-2023.09.30.py

Source

https://pulkomandy.tk/gerrit/plugins/gitiles/github-trac-import

Author/Contributors

Author: Adrien Destugues

Based on previous work for Bugzilla2Trac and Mantis2Trac