= Virtual Permissons for the Owner/Reporter/CC'er of a ticket = == Description == There are three main permissions for this plugin: `TICKET_IS_REPORTER`, `TICKET_IS_CC`, and `TICKET_IS_OWNER`. `TICKET_IS_SELF` is an alias for all three of these. There are also group-based permissions: `TICKET_IS_REPORTER_GROUP`, `TICKET_IS_CC_GROUP`, and `TICKET_IS_OWNER_GROUP`. These work in a similar way to their non-group counterparts, except that you are granted access if you share a group with the target user. `TICKET_IS_GROUP` is an alias for all the group-based permissions (and therefore all the normal ones as well). == Bugs/Feature Requests == Existing bugs and feature requests for VirtualTicketPermissionsPlugin are [report:9?COMPONENT=VirtualTicketPermissionsPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=VirtualTicketPermissionsPlugin&owner=normanr new ticket]. == Download == Download the zipped source from [download:virtualticketpermissionsplugin here]. == Source == You can check out VirtualTicketPermissionsPlugin from [http://trac-hacks.org/svn/virtualticketpermissionsplugin here] using Subversion, or [source:virtualticketpermissionsplugin browse the source] with Trac. == Example == In the `[ticket-workflow]` configuration: {{{ accept = new,accepted -> accepted accept.permissions = TICKET_MODIFY,TICKET_IS_OWNER }}} Then the user can only accept the ticket if it has already been assigned to them. == Recent Changes == [[ChangeLog(virtualticketpermissionsplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:normanr] [[BR]] '''Contributors:'''