= TypedTicketWorkflow = == Description == Add additional condition for workflow actions: ticket Type. This allow to create actions applicable for specific ticket type. This plugin based on default ConfigurableTicketWorkflow plugin. For example "ready for QA"; action should be applicable for 'task' tickets only. So you can write: ready_for_qa.tickettype = task You can add multiple types using comma: ready_for_qa.tickettype = task, enchantment If tickettype attribute is not set, no filter applicable. This plugin must replace ConfigurableTicketWorkflow. All ConfigurableTicketWorkflow functions are still available. == Bugs/Feature Requests == Existing bugs and feature requests for TypedTicketWorkflowPlugin are [report:9?COMPONENT=TypedTicketWorkflowPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TypedTicketWorkflowPlugin&owner=kivsiak new ticket]. == Download == Download the zipped source from [download:typedticketworkflowplugin here]. == Source == You can check out TypedTicketWorkflowPlugin from [http://trac-hacks.org/svn/typedticketworkflowplugin here] using Subversion, or [source:typedticketworkflowplugin browse the source] with Trac. == Example == [ticket] workflow = TypedTickedWorkflow [ticket-workflow] accept = new,assigned,accepted,reopened -> accepted accept.operations = set_owner_to_self accept.permissions = TICKET_MODIFY accept.tickettype = bug, task == Recent Changes == [[ChangeLog(typedticketworkflowplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:kivsiak] [[BR]] '''Contributors:'''