Hi all, I'm new at Trac, and I installed virtualticketpermissions to improve permission of workflow, but I can't realize how to do the following: I need to allow only specific user or group to do an operation in the workflow.
For example, I've the following: accept = new,accepted -> accepted accept.permissions = TICKET_MODIFY,TICKET_IS_GROUP accept.operations = set_owner A user from the "client" group creates a new ticket, and it's can only be accepted by a user from the group "manager", how can I do that? I tried with the above code, but this way even the client can accept the ticket. There's a solution with VirtualTicketPermissions or any other plugin? Best Regards, Daniel França -- 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.
