Bugzilla Basic Permission for Separating Clients

I am trying to set up a Bugzilla instance that will allow my clients to log in and create error files for their website during development / maintenance.

For example, I created 2 products called "TestProject", "TestProject2" and a user called "TestClient". What I'm trying to achieve is when TestClient logs in, it can only see TestProject, TestProject2 and only add / change errors there.

TestProject, TestProject2 should not be specified for any other client.

I believe this is due to the detailed controls in the group administration section, however I cannot figure it out.

thank

+2
source share
1 answer

You are on the right track. This is the process that I use, and it works well for me.

Create a group for each of your customers. Create or edit the product that the client will use. On the "Edit Products" page, click "Edit Group Access Controls." Select the group for which you want to access. Enable entry, control = required, another control = required, enable can be changed. Create a user and add him as a member of the new group.

, , , .

+2

Source: https://habr.com/ru/post/1774056/


All Articles