jevans wrote: > > The tricky thing is: I'd like authenticated non-developers to be able > > to view tickets that they submitted, but no others. Is there a way to > > accomplish this with the current permissions set? If so I'm not seeing > > it. > > Have a look at http://trac-hacks.org/wiki/PrivateTicketsPlugin. > Although I think it will require you to set up a separate group for > your non-developers.
This is a reasonable starting point. I can't (well... don't want to) set up a group because the non-developer community changes daily, and I have enough user db synchronization processes already. :) But this looks like something I can hack enough to do what I need -- probably configurably enough to submit as a patch. (This plugin lets you use TICKET_VIEW_REPORTER as a constraining rule for users who have TICKET_VIEW. As things stand I can apply both TICKET_VIEW and TICKET_VIEW_REPORTER to the "authenticated" group, and that solves the problem for non-developers -- but it affects developers too. So I can modify the plugin to be disregard the constraint for members of specified groups, and put all the developers into a group -- which of course they are already -- instead of putting non-developers into a group.) Thanks for the tip! -- -D. [email protected] NSIT University of Chicago --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
