Hi there I have a problem with the authz-permissions on milestones. A specific user group should only see a specific milesone and only tickets assigned to this milestone. I did it this way: the specific user-group has MILESTONE_VIEW, REPORT_VIEW, ROADMAP_VIEW and TICKET_VIEW permissions by the default permissions system. the authz-file looks like this: [groups] group = member1, member2 admins = admin1, admin2 [milestone:TheMilestone] @group = MILESTONE_VIEW [milestone:*] @admins = MILESTONE_VIEW * = "" so member1 sees at the roadmap-page only TheMilestone and can only create tickets this milestone, but when he enters a report (self-written in sql) he sees all milestones and all tickets -- and that's bad. I thought there could possibly be some way to write a section into the authz-file like this: [tickets:*/milestone:TheMilestone] but this does not work. So, any ideas how to give a group of users access to only one milestone and only the tickets for this specific milestone?
Lg, Peter --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
