Question

I've got a trac system v0.12.3 on remote host (mysvn.ru) and I haven't any access to the file trac.ini. And I have to modify trac workflow from admin panel. May be with the help of some plugins. I have trac_ini_editor plugin there, but I can't remove current options with it, only add new ones.

What plugins can modify trac workflow from admin panel?

Was it helpful?

Solution

Everything of your workflow changes can be done in trac.ini. Use TracIniAdminPanelPlugin to do that via web interface in case you only have remote access.

  1. install AdvancedTicketWorkflowPlugin. Have advancedworkflow.* = enabled in your [components] section of trac.ini.

  2. Have workflow = ConfigurableTicketWorkflow,TicketWorkflowOpOwnerReporter in your [ticket] section of trac.ini.

  3. Define your own workflow in a new trac.ini section [ticket-workflow]. The wiki page of AdvancedTicketWorkflowPlugin will explain that in detail.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top