= Workflow based on ticket type = [[PageOutline(2-5,Contents,pullout)]] == Description == The MultipleWorkflowPlugin replaces the !ConfigurableTicketPlugin used by trac to control what actions a ticket can do reading [ticket-workflow] session. With MultipleWorkflowPlugin trac can read the workflow based on the type of ticket that is considering. If a section for that ticket type doesn't exist than it uses the default workflow. == Bugs/Feature Requests == Existing bugs and feature requests for MultipleWorkflowPlugin are [report:9?COMPONENT=MultipleWorkflowPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=MultipleWorkflowPlugin&owner=ermal new ticket]. == Download == Download the zipped source from Attachments session on the lower part of this page. == Source == You can check out MultipleWorkflowPlugin from [http://trac-hacks.org/svn/multipleworkflowplugin here] using Subversion, or [source:multipleworkflowplugin browse the source] with Trac. == Example == Enable the plugin with: {{{ [components] multipleworkflowplugin.* = enabled multipleworkflowplugin.multipleworkflowplugin.multipleworkflowplugin = enabled }}} Add the controller to the workflow controller list: {{{ workflow=MultipleWorkflowPlugin }}} For using it you should have in the trac.ini file the [ticket-workflow] session because when a section for a ticket type doesn't exist trac uses the [ticket-workflow] for the actions to do. If you want to define different workflows than you should create in trac.ini sections called [ticket-workflow-ticket_type] where ticket_type is the type of ticket you want to use this section,you can create all the sections you want and trac will use them when that kind of ticket is being used,you can create ticket type in the admin pannel under ticket types. == Recent Changes == [[ChangeLog(multipleworkflowplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:ermal] [[BR]] '''Maintainer:''' ''none'' [[BR]] '''Contributors:'''