Changes between Version 1 and Version 2 of TicketCreationStatusPlugin


Ignore:
Timestamp:
Jan 9, 2008, 1:51:54 AM (16 years ago)
Author:
Stephen Hansen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketCreationStatusPlugin

    v1 v2  
    1010
    1111E.g., if someone ends up owning the ticket-- be it from the 'Assigned-to' drop down, or a default owner in a component, the ticket can start its life as Assigned.
     12
     13== Usage ==
     14Simply install the plugin using setuptools, activate the TicketCreationStatus component, then add either of the following trac.ini options:
     15
     16 [ticketcreationstatus]
     17 default = test
     18 owned = assigned
     19
     20Both options are optional-- if you don't specify 'default', then tickets will remain 'new' after creation. If you specify 'owned', then a ticket that gets an owner will get that status.
    1221
    1322== Bugs/Feature Requests ==