[[PageOutline(2-5,Contents,pullout)]] = 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: {{{#!sh ticket2trac.py [options] /path/to/trac/installation 'Ticket summary' }}} For a full list of command line options, simply run: {{{#!sh ticket2trac.py --help }}} See also: TracDupPlugin, WikiCreateTicketPlugin, DuplicateTicketSearchPlugin == Bugs/Feature Requests Existing bugs and feature requests for TicketToTracScript are [report:9?COMPONENT=TicketToTracScript here]. If you have any issues, create a [/newticket?component=TicketToTracScript new ticket]. [[TicketQuery(component=TicketToTracScript&group=type,format=progress)]] == Download Download the zipped source from [export:tickettotracscript here]. == Source You can check out TicketToTracScript from [/svn/tickettotracscript here] using Subversion, or [source:tickettotracscript browse the source] with Trac. == Recent Changes [[ChangeLog(tickettotracscript, 3)]] == Author/Contributors '''Author:''' [wiki:singbox] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''