Hide products from others in Bugzilla

I want to hide some products from a user group. I configured groups and products in the editproducts.cgi configuration. In groupcontrols, I installed "hide" products in NA / NA, but this has no effect. The search dialog (dropdown menu on query.cgi) still has a list of all products.

How can I hide these products (which the user is not a member of) from the user?

EDIT: I am using Bugzilla 4.0.2

+4
source share
2 answers

I found a combination that had this effect:

permission settings

+5
source

Set the group control, another control - "Default", "Default". Also check out "editbugs". The product must be mapped to a group, and users can be assigned to specific groups so that group members can only view the product error.

  • Team building. A new team can be created using the "TEAM" link.
  • Creating a customer. A new client can be created through the "CLIENT" link. Here we assign a team to the client.

Products are limited to groups and users assigned to specific groups.

+2
source

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


All Articles