wiki:PrivateTicketsPlugin

Version 20 (modified by Ryan J Ollos, 11 years ago) (diff)

Fixed typo in WikiProcessor name.

Development News

  • The latest release was 2.0.2, which can be found in the tags directory.
  • The trunk contains version 3.0.0dev, which is planned as an upcoming bug-fix release.
  • Trac 0.11 and later are supported. The Trac 0.10 branch is no longer supported.

Modified ticket permissions

See also: SensitiveTicketsPlugin, VirtualTicketPermissionsPlugin

Warning: If the plugin is removed, disabled, or fails to load, Trac will display private tickets to anyone with TICKET_VIEW permission and the TICKET_VIEW* permission restrictions will not have any effect. See #5784 and t:#10285 for more information.

Notes

Allow users to only see tickets they are associated with.

There are three main permissions for this plugin: TICKET_VIEW_REPORTER, TICKET_VIEW_CC, and TICKET_VIEW_OWNER. TICKET_VIEW_SELF is an alias for all three of these.

With each permission, users will only be able to see tickets where they are the person mentioned in the permission. So if a user has TICKET_VIEW_REPORTER, they can only see tickets they reported. For TICKET_VIEW_CC, they just have to be included in the CC list.

There are also group-based permissions: TICKET_VIEW_REPORTER_GROUP, TICKET_VIEW_CC_GROUP, and TICKET_VIEW_OWNER_GROUP. These work in a similar way to their non-group counterparts, except that you are granted access if you share a group with the target user. For example, if ticket 1 was reported by Allan, and Allan and Bob are both in the group company_foo, and Bob has TICKET_VIEW_REPORTER_GROUP, then Bob will be able to see ticket 1 since he shares a group with the reporter. Each group-based permission is also an alias for the normal one, so you do not have to grant both. TICKET_VIEW_GROUP is an alias for all the group-based permissions (and therefore all the normal ones as well).

These extra permissions can only deny access, not allow it. This means the user must still have TICKET_VIEW granted as normal.

Finally, users with TRAC_ADMIN will not be restricted by this plugin. The meta-user "anonymous" also cannot be restricted by this plugin, as their identity isn't known to be checked. Be sure to not grant TICKET_VIEW to anonymous, or unauthenticated users will be able to see all tickets.

Configuration

All configuration options go in the [privatetickets] section.

group_blacklist

Groups to ignore for the purposes of the *_GROUP permissions.

Defaults to "anonymous, authenticated"

You must also add PrivateTicketsPolicy to your permission_policies setting in trac.ini. It must be before the DefaultPermissionPolicy. See below for an example if you don't have any other policies.

Example

An example configuration:

[privatetickets]
group_blacklist = anonymous, authenticated, labusers

[components]
privatetickets.* = enabled

[trac]
permission_policies = PrivateTicketsPolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy

Bugs/Feature Requests

Existing bugs and feature requests for PrivateTicketsPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:privateticketsplugin here].

Source

You can check out PrivateTicketsPlugin from here using Subversion, or browse the source with Trac.

Recent Changes

17424 by rjollos on 2019-07-30 17:54:03
TracPrivateTickets 2.4.0dev: Fix groups with uppercase characters not recognized

Issue discovered in copied code for DynamicFieldsPlugin.

Refs #13575.

17279 by rjollos on 2018-08-21 02:23:33
TracPrivateTickets 2.4.0dev: Prepare for development
17278 by rjollos on 2018-08-21 02:21:55
TracPrivateTickets 2.3.0: Release 2.3.0

Refs #13421, #13459.

(more)

Author/Contributors

Author: coderanger
Maintainer: rjollos
Contributors: