From: wurblzap%gmail.com <> Date: Fri, 4 Apr 2008 11:47:56 +0000 (+0000) Subject: Bug 69000: Permit a stored query to be marked "shared" and accessible by other users. X-Git-Tag: bugzilla-3.1.1~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa423dad4241f030754149c60d61355725ec2597;p=thirdparty%2Fbugzilla.git Bug 69000: Permit a stored query to be marked "shared" and accessible by other users. Patch by Marc Schumann , r=vladd, a=myk --- diff --git a/docs/en/xml/using.xml b/docs/en/xml/using.xml index 84221bcfff..650f056cb6 100644 --- a/docs/en/xml/using.xml +++ b/docs/en/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. - Once you've run a search, you can save it as a Saved Search, which - appears in the page footer. + + 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 + assign users to, it will show up in the + group's direct members' footers by default. +
Boolean Charts