[[PageOutline(2-5,Contents,pullout)]] = Conditionally set ticket creation status = == Description == This plugin is an evolution of the TicketCreationStatusPlugin, permitting conditioned setting of creation status, depending on arbitrary ticket field values, e.g. type. Status can be chosen independantly for '''owned''' or '''unowned''' tickets. == 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. == Usage == Install the plugin using setuptools ([http://trac.edgewall.org/wiki/TracPlugins how to]). Activate the component in trac.ini like this: {{{ [components] ticketconditionalcreationstatus.* = enabled }}} == Example == The following example will make tickets of type '''task''' start out as '''assigned''', instead of ''new'', if the owner is set at creation time: {{{ [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:'''