]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 403397: Missing documentation about keywords - Patch by Sam Folk-Williams <sam...
authorlpsolit%gmail.com <>
Sun, 20 Jan 2008 04:06:03 +0000 (04:06 +0000)
committerlpsolit%gmail.com <>
Sun, 20 Jan 2008 04:06:03 +0000 (04:06 +0000)
docs/xml/administration.xml

index f53980c7bd0c061775046e496111d52e015632f4..5bb85796683e7784c6746c59a540fba90dbbc058 100644 (file)
 
   </section> <!-- flags -->
 
+  <section id="keywords">
+    <title>Keywords</title>
+
+    <para>
+    The administrator can define keywords which can be used to tag and
+    categorise bugs. For example, the keyword "regression" is commonly used.
+    A company might have a policy stating all regressions
+    must be fixed by the next release - this keyword can make tracking those
+    bugs much easier.
+    </para>
+    <para>
+    Keywords are global, rather than per-product. If the administrator changes
+    a keyword currently applied to any bugs, the keyword cache must be rebuilt
+    using the <xref linkend="sanitycheck"/> script. Currently keywords can not
+    be marked obsolete to prevent future usage.
+    </para>
+    <para>
+    Keywords can be created, edited or deleted by clicking the "Keywords"
+    link in the footer. There are two fields for each keyword - the keyword
+    itself and a brief description. Once created, keywords can be selected
+    and applied to individual bugs in that bug's "Details" section.
+    </para>
+  </section>
+
   <section id="edit-values">
     <title>Legal Values</title>