On Jan 23, 9:47 am, "Jen" <[EMAIL PROTECTED]> wrote: > We have a user who has a smaller set of permissions than the other > users. We want to give him access to tickets that pertain only to his > component. Is there a way to assign restricted report access in this > manner? > > Thanks, > Jen
I discovered that I can restrict a particular user's view in any report by including "AND $USER != '<user>' " in the WHERE clause. Then, just as I got all excited about that, I read that the current Trac report module will be phased out in favor of the query module (accessed by "Custom Query". In don't see anything in the Custom Query module that will allow me to restrict the report results for any particular user. I don't want to spend a lot of time restricting the reports in the current module if it will be phased out. Is there another means of restricting the view of tickets so that a particular user can see only the tickets assigned to his/her own component? Jen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
