Changes between Version 9 and Version 10 of TicketToTracScript


Ignore:
Timestamp:
Oct 3, 2016, 6:42:20 AM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • TicketToTracScript

    v9 v10  
    66
    77This 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.
     8
     9Usage:
     10
     11{{{#!sh
     12ticket2trac.py [options] /path/to/trac/installation 'Ticket summary'
     13}}}
     14
     15For a full list of command line options, simply run:
     16
     17{{{#!sh
     18ticket2trac.py --help
     19}}}
    820
    921See also: TracDupPlugin, WikiCreateTicketPlugin, DuplicateTicketSearchPlugin
     
    2739You can check out TicketToTracScript from [/svn/tickettotracscript here] using Subversion, or [source:tickettotracscript browse the source] with Trac.
    2840
    29 == Example
    30 
    31 Usage:
    32 
    33 {{{#!sh
    34 ticket2trac.py [options] /path/to/trac/installation 'Ticket summary'
    35 }}}
    36 
    37 For a full list of command line options, simply run:
    38 
    39 {{{#!sh
    40 ticket2trac.py --help
    41 }}}
    42 
    4341== Recent Changes
    4442