Changes between Version 24 and Version 25 of SensitiveTicketsPlugin


Ignore:
Timestamp:
Apr 21, 2015, 9:59:29 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • SensitiveTicketsPlugin

    v24 v25  
    2727[[TicketQuery(component=SensitiveTicketsPlugin&group=type,format=progress)]]
    2828
    29 == Source & Download
     29== Download
     30
     31Download the zipped source from [download:sensitiveticketsplugin here].
     32
     33== Source
    3034
    3135You can check out SensitiveTicketsPlugin from [http://trac-hacks.org/svn/sensitiveticketsplugin here] using Subversion, or [source:sensitiveticketsplugin browse the source] with Trac.
    3236
    33 Download the zipped source from [download:sensitiveticketsplugin here].
    34 
    3537== Configuration
    3638
    37 Once this plugin is enabled, you'll have to insert it at the appropriate place in your list of permission policies:
    38 {{{
     39Once this plugin is enabled, you have to insert it at the appropriate place in your list of permission policies in your `trac.ini` file:
     40{{{#!ini
    3941[trac]
    4042permission_policies = SensitiveTicketsPolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy
     
    4951Needs an environment upgrade or just adding the appropriate stanza to `[ticket-custom]` in `trac.ini` after enabling.
    5052
    51 === Examples
     53== Example
     54
     55'''Scenario 1'''
    5256
    5357A user submits a security related ticket to a project's Trac, which is generally open to the public. They mark it as "Sensitive" so that only people in the internal team that deal with security issues can see the ticket.
     58
     59'''Scenario 2'''
    5460
    5561A team uses Trac to handle its business development tasks, but wants to leave the record open for all. Some tasks, however, say, dealing with difficult clients, are sensitive. Those tickets are marked as sensitive and hidden to others, but viewable by the business development team.