Forum OpenACS Development: Permissions on Bug-tracker components

Hi !
We are using bug tracker, and using the components as projects of different clients.
I want to allow the clients to read and write bugs, but only bugs that belong to their project.
is there a way to do this now?
if not, what will be the best way to do this?
Yuval.
Collapse
Posted by David Cotter on
Create a bugtracker as a new application for each of your clients in different sub folders. Create a group for each of your clients. Assign read/write/create permisions for the appropriate group to each instance of the app. When a customer registers add them to the appropriate group so they can only access one bug tracker.

If you want to be more sophisticated you can create a subsite for each of your customers and map it to subdomiains like
client1.yourdomain.com
client2.yourdomain.com

Your customers now have a dedicated URL for bug tracking and anything else you want to put there like ETP or forums.

Collapse
Posted by Yuval Lieberman on
Thanks,

does that mean that i will not be able to see all of the clients bugs together ?
will i have to enter seperatly to each clients bug tracker instance and see it, or would i be able to manage all bugs from one place?