diff options
author | olav%bkor.dhs.org <> | 2006-11-14 08:32:28 +0100 |
---|---|---|
committer | olav%bkor.dhs.org <> | 2006-11-14 08:32:28 +0100 |
commit | 410641ccf4ed887b3988222678704a8c5569002d (patch) | |
tree | e698db3e6bb515c2a51359c13a11918a6b83210f /docs | |
parent | f1c83b410cd23c14e74a4a43f64632c050008dd7 (diff) | |
download | bugzilla-410641ccf4ed887b3988222678704a8c5569002d.tar.gz bugzilla-410641ccf4ed887b3988222678704a8c5569002d.tar.xz |
Bug 277370: Ability to specify an email address to which notification about all bugs should go
Patch by Guillaume Rousse <guillomovitch@zarb.org> r=bkor a=myk
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/administration.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/xml/administration.xml b/docs/xml/administration.xml index 17ffacc44..f22523026 100644 --- a/docs/xml/administration.xml +++ b/docs/xml/administration.xml @@ -198,6 +198,21 @@ <varlistentry> <term> + globalwatcher + </term> + <listitem> + <para> + This allows to define specific users that will + receive notification each time a new bug in entered, or when + an existing bug changes, according to the normal groupset + permissions. It may be useful for sending notifications to a + mailing-list, for instance. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> usestatuswhiteboard </term> <listitem> |