Changes between Version 3 and Version 4 of TicketConditionalCreationStatusPlugin


Ignore:
Timestamp:
Jun 20, 2011, 11:42:21 AM (13 years ago)
Author:
Patrick Schaaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketConditionalCreationStatusPlugin

    v3 v4  
    66
    77This plugin is an evolution of the TicketCreationStatusPlugin,
    8 which permits setting the desired creation status depending on
     8permitting conditioned setting of creation status, depending on
    99arbitrary ticket field values, e.g. type.
     10
     11Status can be chosen independantly for '''owned''' or '''unowned''' tickets.
    1012
    1113== Bugs/Feature Requests ==
     
    2527You can check out TicketConditionalCreationStatusPlugin from [http://trac-hacks.org/svn/ticketconditionalcreationstatusplugin here] using Subversion, or [source:ticketconditionalcreationstatusplugin browse the source] with Trac.
    2628
    27 == Example ==
     29== Usage ==
    2830
    29 Example trac.ini content, will make tickets of type '''task''' start out
    30 as '''assigned''' instead of ''new'':
     31Install the plugin using setuptools ([http://trac.edgewall.org/wiki/TracPlugins how to]).
     32Activate the component in trac.ini like this:
    3133
    3234{{{
    3335[components]
    3436ticketconditionalcreationstatus.* = enabled
     37}}}
    3538
     39== Example ==
    3640
     41The following example will make tickets of type '''task''' start out
     42as '''assigned''', instead of ''new'', if the owner is set at creation time:
     43
     44{{{
    3745[ticketconditionalcreationstatus]
    3846criteria = type