Modify ↓
Opened 15 years ago
Closed 8 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 15 years ago by
Cc: | easteregg@… added; anonymous removed |
---|
comment:2 Changed 8 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
IPermissionPolicy
to checkMILESTONE_VIEW
for the milestone associated with the ticket, before deciding whether to grant permissionTICKET_VIEW
for the ticket. See: