Changes between Version 3 and Version 4 of PrivateTicketsPlugin


Ignore:
Timestamp:
Mar 23, 2007, 2:18:25 AM (17 years ago)
Author:
Noah Kantrowitz
Comment:

Add information about new group permissions.

Legend:

Unmodified
Added
Removed
Modified
  • PrivateTicketsPlugin

    v3 v4  
    88
    99With each permission, users will only be able to see tickets where they are the person mentioned in the permission. So if a user has `TICKET_VIEW_REPORTER`, they can only see tickets they reported. For `TICKET_VIEW_CC`, they just have to be included in the CC list.
     10
     11There are also group-based permissions: `TICKET_VIEW_REPORTER_GROUP`, `TICKET_VIEW_CC_GROUP`, and `TICKET_VIEW_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. For example, if ticket 1 was reported by Allan, and Allan and Bob are both in the group company_foo, and Bob has `TICKET_VIEW_REPORTER_GROUP`, then Bob will be able to see ticket 1 since he shares a group with the reporter. Each group-based permission is also an alias for the normal one, so you do not have to grant both. `TICKET_VIEW_GROUP` is an alias for all the group-based permissions (and therefore all the normal ones as well).
     12
    1013
    1114== Bugs/Feature Requests ==