Create tickets from the command line
Description
This script allows you 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), the fields which are not populated, 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 Trac's admin page.
Usage:
ticket2trac.py [options] /path/to/trac/installation 'Ticket summary'
For a full list of command line options, simply run:
ticket2trac.py --help
See also: TracDupPlugin, WikiCreateTicketPlugin, DuplicateTicketSearchPlugin
Bugs/Feature Requests
Existing bugs and feature requests for TicketToTracScript are here.
If you have any issues, create a new ticket.
defect |
0 / 1 |
||
---|---|---|---|
enhancement |
1 / 2 |
Download
Download the zipped source from here.
Source
You can check out TicketToTracScript from here using Subversion, or browse the source with Trac.
Recent Changes
- 16397 by rjollos on 2017-03-25 09:37:00
-
Remove obsolete "0.9" code
- 14870 by rjollos on 2015-08-10 21:38:16
-
Untested patch from sec.kompetenzz.net.
Support adding copy-recipients and sending trac-notifications
- 14869 by rjollos on 2015-08-10 21:35:10
-
Renamed directory since plugin was developed for Trac 0.11.
(more)
Author/Contributors
Author: singbox
Maintainer: Singbox AB
Contributors: