Opened 16 years ago
Closed 8 years ago
#5263 closed enhancement (wontfix)
Adding permission by milestone
Reported by: | LT | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | PrivateTicketsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
I just have an enhancement suggestion.
Just add another permission where if a ticket has a specific milestone it will only be visible by a user/group with a specific permission. For example ticket1 is in milestone1 it is visible only by users with MIL1_VIEW permission. If it is moved to milestone2 then only users with MIL2_VIEW can view the ticket. Permissions should be created by the admin, like in the blackmagicplugin where the admin can create new permissions to hide ticket forms.
Attachments (0)
Change History (3)
comment:1 Changed 16 years ago by
Component: | VirtualTicketPermissionsPlugin → PrivateTicketsPlugin |
---|---|
Owner: | changed from Norman Rasmussen to Noah Kantrowitz |
comment:2 Changed 11 years ago by
Owner: | changed from Noah Kantrowitz to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:3 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Variations of this request are often seen on the mailing list. For example, gmessage:trac-users:iGcAc9xKOBU/B5mujMmxw6gJ. A general solution would be fairly complex, whereas it's fairly simple to implement specific behavior in an IPermissionPolicy.
I think you wanted to assign this to the PrivateTicketsPlugin and not the VirtualTicketPermissionsPlugin. There's often some confusion about what each plugin does.