Permissions for specific tickets...

22 views
Skip to first unread message

mutetella

unread,
Oct 3, 2012, 7:35:47 AM10/3/12
to trac-...@googlegroups.com
Hello,

I'm using the AuthzPolicy-plugin to manage the permissions in a trac-env. Now I like to set a permission that disallow all users except for the admins to view tickets with a specific status.

I try a lot such as the following entry in the authzpolicy.conf:

[ticket:*/status:new]
@administrators = TICKET_VIEW
* =

Does the AuthzPolicy-plugin provides permission-setting for tickets with a specific status, owner or something else?

mutetella

RjOllos

unread,
Dec 9, 2016, 6:01:39 AM12/9/16
to Trac Users
To restrict viewing of tickets with a specific status you will need to write a plugin that implements IPermissionPolicy. Examples:

- Ryan 
Reply all
Reply to author
Forward
0 new messages