如何在 bugzilla 中限制产品内的组可见性权限
就像“单独的客户端问题”中的人一样,我试图定义我们的 bugzilla 实例中的“客户”组。区别在于特定产品的可见性。我们希望:
- 让每组客户只看到自己的项目而不是其他项目(这是上面问题已经回答的要求),
- 每个项目都有可能由内部人员或客户填补错误,
- 由客户端填充的错误会被其他客户端(当然是同一组的)和内部人员看到,
- 默认由内部人员填充的错误也会被客户端组和内部人员看到,但有可能对于内部帐户,请选中将可见性限制为仅限内部帐户的框。
我尝试通过谷歌/群组进行搜索,但要求似乎有点不寻常。我也相信,使用 MemberControl/OtherControl 选项应该可以 此处解释。但我无法弄清楚它们。我尝试的选项要么是两个限制性的(强制/强制),要么是不够的(内部组的默认/NA,但随后错误公开了,因此其他客户端组可以看到它)。
预先感谢您的帮助。
干杯,
克里斯托夫.
Like the person in "separate clients question" I am trying to define "clients" groups within our bugzilla instance. The difference is in the visibility within a particular product. We would like to:
- have each group of client only see its project and not the other projects (this is the requirement already answered by the question above),
- have the possibility for each project to have bugs filled either by internal people or by the clients,
- bugs filled by clients are seen by other clients (of the same group of course) and by internals,
- by default bugs filled by internals are also seen by the client group and by internals, but it is possible for the internal accounts to check a box restricting the visibility to only internal.
I tried to google/groups this but the requirements seem a bit unusual. Also I am confident that it should be possible with the MemberControl/OtherControl options explained here. But I can't figure them out. The options I tried were either two restrictive (Mandatory/Mandatory) or not enough (Default/NA for the internal group but then the bug became public, hence the other client groups could see it).
Thanks in advance for your help.
Cheers,
Christophe.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题是 Bugzilla 授权模型略有不同。如果您希望某个组只能查看一种产品,请在“编辑组访问控制”上将其设为强制/强制。而且只有他。并标记检查以供他们编辑。不选中所有其他组并不适用/不适用。甚至是管理员。如果您有其他组需要访问该产品,例如程序员,您必须使他们的组成为客户组的一部分。编辑组并在“作为该组成员的组”上标记程序员组。等等。
这个想法是:如果一种产品受到限制,那么它必须属于 x 组。然后将所有需要访问权限的其他组添加到该主组下。客户群体是其产品的主人。
明白了吗?
The problem is that Bugzilla authorization model is little different. If you want some group to view only one product, on the "Edit group access controls" make him mandatory/mandatory. And only him. And mark the checks to let them edit. Leave all other groups unchecked and NA/NA. Even the administradors. If you have other groups that need access to that product, let`s say the programmers for instance, you have to make their group part of the customer group. Edit the group and mark the programmers group on the "Groups That are members of this group". And so on.
The idea is: if a product is restricted, then it has to belong to group x. Then add all the additional groups that need access under this master group. The customer group is the master on their products.
Got the idea?