سؤال

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?

هل كانت مفيدة؟

المحلول

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top