Changes between Initial Version and Version 1 of TicketToTracScript


Ignore:
Timestamp:
Dec 16, 2009, 1:49:15 PM (14 years ago)
Author:
Singbox AB
Comment:

New hack TicketToTracScript, created by singbox

Legend:

Unmodified
Added
Removed
Modified
  • TicketToTracScript

    v1 v1  
     1= Create tickets from the command line =
     2
     3== Description ==
     4
     5The 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 "Admin" page.
     6
     7ticket2trac has only been tested under trac 0.11, but it should work in any version of trac.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for TicketToTracScript are
     12[report:9?COMPONENT=TicketToTracScript here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=TicketToTracScript&owner=singbox new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:tickettotracscript here].
     20
     21== Source ==
     22
     23You can check out TicketToTracScript from [http://trac-hacks.org/svn/tickettotracscript here] using Subversion, or [source:tickettotracscript browse the source] with Trac.
     24
     25== Example ==
     26
     27Usage:
     28
     29{{{
     30ticket2trac.py [options] /path/to/trac/installation 'Ticket summary'
     31}}}
     32
     33For a full list of command line options, simply run:
     34
     35{{{
     36ticket2trac.py --help
     37}}}
     38
     39== Recent Changes ==
     40
     41[[ChangeLog(tickettotracscript, 3)]]
     42
     43== Author/Contributors ==
     44
     45'''Author:''' [wiki:singbox] [[BR]]
     46'''Contributors:'''