【发布时间】:2012-11-01 02:23:57
【问题描述】:
我们需要一个解决方案来解决我们在 bugzilla 中的部署。
我们的场景示例如下:
组:员工、学生
项目/产品错误:projectA、projectB
我们需要知道有没有办法:
1) 限制用户组访问项目。
Example= Students cannot access or view bugs in projectA.
2) 限制其他用户组确认或更改错误状态
Example= Students cannot change the bug status of projectB from NEW to RESOLVED
3) 组的某些成员集只能提交bug,不能关闭文件
Example= StaffA can only file a bug in ProjectA but cannot closed it whereas StaffB can file the bug and also can close the bug
根据我的搜索/谷歌,没有可用的文档可以解释 bugzilla 中的此功能。但也许我以某种方式忽略了。 我们当前的 bugzilla 版本是 3.2rc1
提前致谢。
【问题讨论】: