On Thursday 03 July 2008 3:07:57 am Jani Tiainen 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".
No, that is not currently supported. It seems like it should be pretty straightforward to implement though. File an enhancement ticket for it. (Attach a patch for bonus points. ;) ) > Also can I invent my own permissions for tickets like: > > qa.permission = TICKET_QA_MODIFY, PROJECT_MANAGER You can add arbitrary permissions by writing a pretty trivial plugin that adds a list of permissions. You would then be able to use them in the workflow. I want to add a feature to core to look for permissions starting with WORKFLOW_ (or something like that) in all the .permission fields and automatically add them. HTH, Eli ------------------. "If it ain't broke now, Eli Carter \ it will be soon." -- crypto-gram [EMAIL PROTECTED] `------------------------------------------------- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
