summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-04-04 13:48:26 +0200
committerlpsolit%gmail.com <>2008-04-04 13:48:26 +0200
commit3d52c8509d3af1449b9da39ee82898fb51b0bcc4 (patch)
tree36f0e940c25145d70b4a3fde78aae79e81d309f9 /docs
parentf67c7832d3ad95ef585291817e1c8b5ddd6396de (diff)
downloadbugzilla-3d52c8509d3af1449b9da39ee82898fb51b0bcc4.tar.gz
bugzilla-3d52c8509d3af1449b9da39ee82898fb51b0bcc4.tar.xz
Doc patch for bug 244239: Add group-based pronouns to query - Patch by me, r=justdave
Diffstat (limited to 'docs')
-rw-r--r--docs/en/xml/using.xml21
1 files changed, 15 insertions, 6 deletions
diff --git a/docs/en/xml/using.xml b/docs/en/xml/using.xml
index de5e4c6fe..101a9d131 100644
--- a/docs/en/xml/using.xml
+++ b/docs/en/xml/using.xml
@@ -450,17 +450,26 @@
<section id="pronouns">
<title>Pronoun Substitution</title>
<para>
- Sometimes, a query needs to compare a field containing
- a user's ID (such as ReportedBy) with
- a user's ID (such as the user running the query or the user
- to whom each bug is assigned). When the operator is either
- "equals" or "notequals", the value can be "%reporter%",
- "%assignee%", "%qacontact%", or "%user%." The user pronoun
+ Sometimes, a query needs to compare a user-related field
+ (such as ReportedBy) with a role-specific user (such as the
+ user running the query or the user to whom each bug is assigned).
+ When the operator is either "equals" or "notequals", the value
+ can be "%reporter%", "%assignee%", "%qacontact%", or "%user%".
+ The user pronoun
refers to the user who is executing the query or, in the case
of whining reports, the user who will be the recipient
of the report. The reporter, assignee, and qacontact
pronouns refer to the corresponding fields in the bug.
</para>
+ <para>
+ Boolean charts also let you type a group name in any user-related
+ field if the operator is either "equals", "notequals" or "anyexact".
+ This will let you query for any member belonging (or not) to the
+ specified group. The group name must be entered following the
+ "%group.foo%" syntax, where "foo" is the group name.
+ So if you are looking for bugs reported by any user being in the
+ "editbugs" group, then you can type "%group.editbugs%".
+ </para>
</section>
<section id="negation">
<title>Negation</title>