On Nov 28, 2006, at 5:27 AM, Simon Brunning wrote: > > I'm currently evaluating open source defect trackers for my company. > Trac's currently in pole position because of it's Subversion > integration, its ease of installation (using Buildix), and 'cos > it's in > Python. > > There's one capability that we need that I'm not sure that Trac can > currently fulfil, though. We have a number of clients, and we want all > of them to be able to create and review their own tickets without the > capability of seeing one anothers'. I've seen the Permission Policy > page - <http://trac.edgewall.org/wiki/PermissionPolicy) - but I'm not > sure if this will allow us to do what we want, or whether this feature > is present in the currently released version of Trac. > > I'm a Python user, so I'm happy to get my hands dirty if it'll help...
Take a look a the PrivateTickets plugin over at trac-hacks.org. Should be just what you need. --Noah --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
