Modify ↓
      
        Opened 16 years ago
Closed 9 years ago
#6913 closed enhancement (wontfix)
userpermission per milestone
| Reported by: | anonymous | Owned by: | anybody | 
|---|---|---|---|
| Priority: | normal | Component: | Request-a-Hack | 
| Severity: | normal | Keywords: | milestone permission user | 
| Cc: | easteregg@… | Trac Release: | 0.11 | 
Description
it would be very useful, if i cant grant the viewtickets and createtickets rights for a special milestone. eg. user a can create and see tickets for milestone 0.12 and user b can do the same but only for milestone 0.11. and users with higher rights can see and create tickets for both.
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
| Cc: | easteregg@… added; anonymous removed | 
|---|
comment:2 Changed 9 years ago by
| Resolution: | → wontfix | 
|---|---|
| Status: | new → closed | 
Note: See
        TracTickets for help on using
        tickets.
    



You can use TracFineGrainedPermissions to grant permissions on individual milestones. You can then implement an
IPermissionPolicyto checkMILESTONE_VIEWfor the milestone associated with the ticket, before deciding whether to grant permissionTICKET_VIEWfor the ticket. See: