[[PageOutline(2-5,Contents,pullout)]] = Controls the initial status of tickets = {{{#!box warn **Notice:** This plugin is deprecated, please use the TicketConditionalCreationStatusPlugin instead. Neither plugin is needed with Trac [trac:milestone:1.1.3 1.1.3] or later (trac:#2045) since Trac allows ticket create actions to be defined. }}} == Description == In default Trac, all tickets start off with a status of "new"; but this may not be desirable, especially with the workflow additions in 0.11. This plugin allows you to specify both: 1. The 'default' status that a new ticket should start off as, and 2. The status that a ticket which has an owner should be set to. E.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. == Usage == General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. Activate the !TicketCreationStatus component if installed for all Trac projects in trac.ini: {{{#!ini [components] ticketcreationstatus.* = enabled }}} Then add either of the following trac.ini options: {{{#!ini [ticketcreationstatus] default = test owned = assigned }}} Both 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. == Bugs/Feature Requests == Existing bugs and feature requests for TicketCreationStatusPlugin are [report:9?COMPONENT=TicketCreationStatusPlugin here]. If you have any issues, create a [/newticket?component=TicketCreationStatusPlugin new ticket]. == Download == Download the zipped source from [export:ticketcreationstatusplugin here]. == Source == You can check out TicketCreationStatusPlugin from [/svn/ticketcreationstatusplugin here] using Subversion, or [source:ticketcreationstatusplugin browse the source] with Trac. == Example == {{{#!ini [ticketcreationstatus] owned = assigned }}} == Recent Changes == [[ChangeLog(ticketcreationstatusplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:ixokai] [[BR]] '''Maintainer:''' //none (deprecated)// [[BR]] '''Contributors:'''