Modify

Opened 14 years ago

Closed 7 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 14 years ago by anonymous

Cc: easteregg@… added; anonymous removed

comment:2 Changed 7 years ago by Ryan J Ollos

Resolution: wontfix
Status: newclosed

You can use TracFineGrainedPermissions to grant permissions on individual milestones. You can then implement an IPermissionPolicy to check MILESTONE_VIEW for the milestone associated with the ticket, before deciding whether to grant permission TICKET_VIEW for the ticket. See:

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain anybody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.