Opened 17 years ago
Closed 17 years ago
#5878 closed enhancement (duplicate)
Ticket-Permissions
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
On the way to finer grained permission and multiple projects(single env) it may be helpful to transfer the policy concept to ticket queries as well. Then, one can implement some kind of ticket policy which checks whether a user should see the ticket (e.g., using an authzfile)
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | TicketPermissionPatch.patch added |
---|
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Milestone: | 0.12 |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
See #1316. The changes actually required are much less invasive than what you propose in your patch. See how it's done in the Wiki module for example. The sample authz policy plugin should also work unmodified for tickets, once the ticket module changes are in place.
I attached a patch which I implemented for my local trac.
Bye, Oli