diff options
author | olav%bkor.dhs.org <> | 2008-04-04 13:47:53 +0200 |
---|---|---|
committer | olav%bkor.dhs.org <> | 2008-04-04 13:47:53 +0200 |
commit | e4191ba378475aa2479999ce4bbb11c652efc020 (patch) | |
tree | e302a14ffc6d5d4a34f8dc821ad38d5d8f2eb02a | |
parent | a7baa674a4c94d6d2b5d4f3fe4a29b068a3cf56f (diff) | |
download | bugzilla-e4191ba378475aa2479999ce4bbb11c652efc020.tar.gz bugzilla-e4191ba378475aa2479999ce4bbb11c652efc020.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
-rw-r--r-- | docs/en/xml/administration.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml index 17ffacc44..f22523026 100644 --- a/docs/en/xml/administration.xml +++ b/docs/en/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> |