Is it possible to define a particular workflow for Tasks and have a different workflow for Defects? Would Trac take nicely to changing the trac-workflow in mid-stream development? For example, the default workflow is great for straight tasking, but when a defect gets entered into the system we'd like to have it go through a Q/A process. So in that instance the enterprise workflow sample would be desired.
I found this in the Trac wiki but am not sure if it exactly addresses it (had a hard time following it). "A workflow plugin can add an arbitrary workflow operation, so this is already possible. set_actor should be an operation allowing to set the owner, e.g. as a "preop": either to a role, a person entered fix at define time, or at run time, e.g. out of a field, or select. This is either duplicating the existing set_owner operation, or needs to be clarified. Actions should be selectable based on the ticket type (different Workflows for different tickets) This is becoming a frequent request, with clear usecases. The closest the current implementation will allow is to have a plugin provide a triage action that sets the next state based on the ticket type, so a new ticket would move to new_task, new_defect, etc., and the workflow graph would separate at that point." Thanks. Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
