<HTML ><HEAD ><TITLE >Groups and Group Security</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+ "><LINK REL="HOME" TITLE="The Bugzilla Guide" HREF="index.html"><LINK REL="UP" TITLE="Administering Bugzilla" HREF="administration.html"><LINK REL="PREVIOUS" TITLE="Voting" HREF="voting.html"><LINK REL="NEXT" TITLE="Bugzilla Security" HREF="security.html"></HEAD ><BODY CLASS="section" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#840084" ALINK="#0000FF" ><DIV CLASS="NAVHEADER" ><TABLE SUMMARY="Header navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TH COLSPAN="3" ALIGN="center" >The Bugzilla Guide</TH ></TR ><TR ><TD WIDTH="10%" ALIGN="left" VALIGN="bottom" ><A HREF="voting.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="80%" ALIGN="center" VALIGN="bottom" >Chapter 5. Administering Bugzilla</TD ><TD WIDTH="10%" ALIGN="right" VALIGN="bottom" ><A HREF="security.html" ACCESSKEY="N" >Next</A ></TD ></TR ></TABLE ><HR ALIGN="LEFT" WIDTH="100%"></DIV ><DIV CLASS="section" ><H1 CLASS="section" ><A NAME="groups" ></A >5.5. Groups and Group Security</H1 ><P >Groups allow the administrator to isolate bugs or products that should only be seen by certain people. The association between products and groups is controlled from the product edit page under <SPAN CLASS="QUOTE" >"Edit Group Controls."</SPAN > </P ><P > If the makeproductgroups param is on, a new group will be automatically created for every new product. </P ><P > On the product edit page, there is a page to edit the <SPAN CLASS="QUOTE" >"Group Controls"</SPAN > for a product and determine which groups are applicable, default, and mandatory for each product as well as controlling entry for each product and being able to set bugs in a product to be totally read-only unless some group restrictions are met. </P ><P > For each group, it is possible to specify if membership in that group is... </P ><P ></P ><OL TYPE="1" ><LI ><P > required for bug entry, </P ></LI ><LI ><P > Not applicable to this product(NA), a possible restriction for a member of the group to place on a bug in this product(Shown), a default restriction for a member of the group to place on a bug in this product(Default), or a mandatory restriction to be placed on bugs in this product(Mandatory). </P ></LI ><LI ><P > Not applicable by non-members to this product(NA), a possible restriction for a non-member of the group to place on a bug in this product(Shown), a default restriction for a non-member of the group to place on a bug in this product(Default), or a mandatory restriction to be placed on bugs in this product when entered by a non-member(Mandatory). </P ></LI ><LI ><P > required in order to make <EM >any</EM > change to bugs in this product <EM >including comments.</EM > </P ></LI ></OL ><P >To create Groups:</P ><P ></P ><OL TYPE="1" ><LI ><P >Select the <SPAN CLASS="QUOTE" >"groups"</SPAN > link in the footer.</P ></LI ><LI ><P >Take a moment to understand the instructions on the <SPAN CLASS="QUOTE" >"Edit Groups"</SPAN > screen, then select the <SPAN CLASS="QUOTE" >"Add Group"</SPAN > link.</P ></LI ><LI ><P >Fill out the <SPAN CLASS="QUOTE" >"Group"</SPAN >, <SPAN CLASS="QUOTE" >"Description"</SPAN >, and <SPAN CLASS="QUOTE" >"User RegExp"</SPAN > fields. <SPAN CLASS="QUOTE" >"User RegExp"</SPAN > allows you to automatically place all users who fulfill the Regular Expression into the new group. When you have finished, click <SPAN CLASS="QUOTE" >"Add"</SPAN >.</P ><DIV CLASS="warning" ><P ></P ><TABLE CLASS="warning" WIDTH="100%" BORDER="0" ><TR ><TD WIDTH="25" ALIGN="CENTER" VALIGN="TOP" ><IMG SRC="../images/warning.gif" HSPACE="5" ALT="Warning"></TD ><TD ALIGN="LEFT" VALIGN="TOP" ><P >The User Regexp is a perl regexp and, if not anchored, will match any part of an address. So, if you do not want to grant access into 'mycompany.com' to 'badperson@mycompany.com.hacker.net', use '@mycompany\.com$' as the regexp.</P ></TD ></TR ></TABLE ></DIV ></LI ><LI ><P >After you add your new group, edit the new group. On the edit page, you can specify other groups that should be included in this group and which groups should be permitted to add and delete users from this group.</P ></LI ></OL ><P > Note that group permissions are such that you need to be a member of <EM >all</EM > the groups a bug is in, for whatever reason, to see that bug. Similarly, you must be a member of <EM >all</EM > of the entry groups for a product to add bugs to a product and you must be a member of <EM >all</EM > of the canedit groups for a product in order to make <EM >any</EM > change to bugs in that product. </P ></DIV ><DIV CLASS="NAVFOOTER" ><HR ALIGN="LEFT" WIDTH="100%"><TABLE SUMMARY="Footer navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" ><A HREF="voting.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="index.html" ACCESSKEY="H" >Home</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" ><A HREF="security.html" ACCESSKEY="N" >Next</A ></TD ></TR ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" >Voting</TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="administration.html" ACCESSKEY="U" >Up</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" >Bugzilla Security</TD ></TR ></TABLE ></DIV ></BODY ></HTML >