Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trustmaster/trac2github
Converts Trac milestones, tickets and comments into Github issues 2.0 using github api v3
https://github.com/trustmaster/trac2github
Last synced: 2 months ago
JSON representation
Converts Trac milestones, tickets and comments into Github issues 2.0 using github api v3
- Host: GitHub
- URL: https://github.com/trustmaster/trac2github
- Owner: trustmaster
- Created: 2011-05-12T19:18:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T13:56:18.000Z (over 7 years ago)
- Last Synced: 2024-10-31T19:51:36.404Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 45.9 KB
- Stars: 49
- Watchers: 4
- Forks: 38
- Open Issues: 5
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Features:
- Converts milestones/tickets/comments/labels
- Converts Trac usernames to Github usernames
- Sets assignees if possible, sets you an assignee otherwise
- Supports manual splitting of conversion process into stages
- Slows down to match the 60 requests per second API limit rateUsage:
1. Edit the configuration variables in the file above the DO NOT EDIT BELOW comment or use the external configuration file, trac2github.cfg.
2. Run it from shell, e.g.:
$ php trac2github.phpKnown Problems:
- Strips some characters from ticket bodys / comments like ü/ä/ö etc.