Create tickets from the command line
Description
The ticket2trac script is a basic tool which allows one to create trac tickets from the command line or within another python script. It supports all basic ticket fields, and aside from the ticket summary (which is required by trac), all fields which are not given will be filled in with the default values for the site. These values are specified in the trac.ini field or may be configured in the trac's Admin page.
ticket2trac has only been tested under trac 0.11, but it should work in any version of trac.
Bugs/Feature Requests
Existing bugs and feature requests for TicketToTracScript are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out TicketToTracScript from here using Subversion, or browse the source with Trac.
Example
Usage:
ticket2trac.py [options] /path/to/trac/installation 'Ticket summary'
For a full list of command line options, simply run:
ticket2trac.py --help
Recent Changes
[7279] by singbox on 12/18/09 11:36:58
Changed so that a new ticket default status is new if nothing is given.
[7269] by singbox on 12/16/09 14:53:11
Initial import into trac-hacks repository.
[7268] by singbox on 12/16/09 14:49:12
New hack TicketToTracScript, created by singbox
Author/Contributors
Author: singbox
Contributors:

