https://github.com/davideuler/ticket2trac
https://github.com/davideuler/ticket2trac
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davideuler/ticket2trac
- Owner: davideuler
- Created: 2013-07-25T12:50:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-25T12:59:41.000Z (over 12 years ago)
- Last Synced: 2025-02-14T22:32:30.620Z (11 months ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ticket2trac
===========
## Example
#Add a single ticket:
python ticket2trac.py [options] /path/to/trac/installation 'Ticket summary'
For a full list of command line options, simply run:
python ticket2trac.py --help
#Import tickets from text file
python import2track.py demo.txt ../platform
#change log:
07/25, 2013, Add Chinese support; to import tickets from a text file, each ticket a line.