diff options
author | wurblzap%gmail.com <> | 2006-07-14 05:07:57 +0200 |
---|---|---|
committer | wurblzap%gmail.com <> | 2006-07-14 05:07:57 +0200 |
commit | f0c7611262b3948e72e8a18a036569a78f3b51f2 (patch) | |
tree | 54b0e146d4f8fd3c466002728261c895d7709034 /docs | |
parent | 09495a118b165d60d17780a8623318c19d6ffae6 (diff) | |
download | bugzilla-f0c7611262b3948e72e8a18a036569a78f3b51f2.tar.gz bugzilla-f0c7611262b3948e72e8a18a036569a78f3b51f2.tar.xz |
Bug 69000: Permit a stored query to be marked "shared" and accessible by other users.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=vladd, a=myk
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/using.xml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/docs/xml/using.xml b/docs/xml/using.xml index 84221bcff..650f056cb 100644 --- a/docs/xml/using.xml +++ b/docs/xml/using.xml @@ -345,8 +345,20 @@ returns bugs where the content of the field matches any one of the selected values. If none is selected, then the field can take any value.</para> - <para>Once you've run a search, you can save it as a Saved Search, which - appears in the page footer.</para> + <para> + Once you've run a search, you can save it as a Saved Search, which + appears in the page footer. + On the Saved Searches tab of your User Preferences page (the Prefs link + in Bugzilla's footer), members of the group defined in the + querysharegroup parameter can share such Saved Searches with user groups + so that other users may use them. + At the same place, you can see Saved Searches other users are sharing, and + have them show up in your personal Bugzilla footer along with your own + Saved Searches. + If somebody is sharing a Search with a group she or he is allowed to + <xref linkend="groups">assign users to</a>, it will show up in the + group's direct members' footers by default. + </para> <section id="boolean"> <title>Boolean Charts</title> |