Culapov Andrei kirjoitti: > Hi Jani, > I implemented a workflow controller(WorkflowControllerPlugin) that > does exactly what you need and more. This workflow controller must be > used with another plugin (UserManagerPlugin) that defines roles and > that manages users. For more information please take a look at the > wiki page that describes this plugin. > http://code.optaros.com/trac/oforge/wiki/WorkflowControllerPlugin. > > If you have questions or you want to set it up send me an email. > > On Thu, Jul 3, 2008 at 11:07 AM, Jani Tiainen <[EMAIL PROTECTED]> wrote: >> I suppose these are not possible in ticket workflow yet: >> >> Select set_owner from group. So I could define something like: >> qa.set_owners = @tester and it would populate list of people having >> group "tester". >> >> Also can I invent my own permissions for tickets like: >> >> qa.permission = TICKET_QA_MODIFY, PROJECT_MANAGER >>
(I'm always fan of topposting) Trac already has concept of roles: "Permissions can be grouped together to form roles such as developer, admin, etc. " So wonder why I need another plugin, like "accountmanager" to handle roles. And since my users are already managed and authenticated externally by LDAP I don't see any point to use another plugin more. So back to original question: Can I restrict owner selection to specific group (this would be nice addition to that AdvancedWorkflowPlugin) and can I add random permissions to permission list? -- Jani Tiainen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
