Basic permission in Bugzilla to separate clients

最后都变了- 提交于 2019-12-08 01:51:13

问题


I'm trying to configure a Bugzilla instance, which will allow my clients to login, and file bugs for their website under development/maintenance.

For e.g: I have created 2 products called "TestProject", "TestProject2" and a user called "TestClient". What I'm trying to achieve is when TestClient logs in, he can only see TestProject, TestProject2 and only add/modify bugs in there.

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

I believe this has do with granular controls in the 'Groups' administration section, however I'm unable to figure it out.

Thanks


回答1:


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

Create a group for each of you clients. Create or edit the product the client will use. On the edit products page click "Edit Group Access Controls" Select the following for the Group you want to have access Enable entry, member control = mandatory, other control = mandatory, enable can edit. Create a user and add them as a member of the new group.

To use this method all bugs have to be associated with a group like this or the users would see their bugs and any non group specific tickets.



来源:https://stackoverflow.com/questions/3102850/basic-permission-in-bugzilla-to-separate-clients

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!