[[PageOutline(2-5,Contents,pullout)]] = Conditionally set ticket creation status = == Description == This plugin is an evolution of the TicketCreationStatusPlugin, which permits setting the desired creation status depending on arbitrary ticket field values, e.g. type. == Bugs/Feature Requests == Existing bugs and feature requests for TicketConditionalCreationStatusPlugin are [report:9?COMPONENT=TicketConditionalCreationStatusPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TicketConditionalCreationStatusPlugin&owner=bof new ticket]. == Download == Download the zipped source from [download:ticketconditionalcreationstatusplugin here]. == Source == You can check out TicketConditionalCreationStatusPlugin from [http://trac-hacks.org/svn/ticketconditionalcreationstatusplugin here] using Subversion, or [source:ticketconditionalcreationstatusplugin browse the source] with Trac. == Example == Example trac.ini content, will make tickets of type '''task''' start out as '''assigned''' instead of ''new'': {{{ [components] ticketconditionalcreationstatus.* = enabled [ticketconditionalcreationstatus] criteria = type type.owned = task -> assigned }}} == Recent Changes == [[ChangeLog(ticketconditionalcreationstatusplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:bof] [[BR]] '''Maintainer:''' [wiki:bof] [[BR]] '''Sponsor:''' [http://www.yalwa.de/ Yalwa Branchenbuch] [[BR]] '''Contributors:'''