Changes between Version 2 and Version 3 of TicketCreationStatusPlugin


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketCreationStatusPlugin

    v2 v3  
    1414Simply install the plugin using setuptools, activate the TicketCreationStatus component, then add either of the following trac.ini options:
    1515
     16{{{
    1617 [ticketcreationstatus]
    1718 default = test
    1819 owned = assigned
     20}}}
    1921
    2022Both 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.