From 6b607da839992bead01d7cba308f216e17eed520 Mon Sep 17 00:00:00 2001 From: "barnboy%trilobyte.net" <> Date: Thu, 8 Mar 2001 13:35:44 +0000 Subject: Documentation update; added docs/sgml, docs/html, docs/txt. No text version of The Bugzilla Guide availabe yet, however. --- docs/sgml/glossary.sgml | 108 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 docs/sgml/glossary.sgml (limited to 'docs/sgml/glossary.sgml') diff --git a/docs/sgml/glossary.sgml b/docs/sgml/glossary.sgml new file mode 100644 index 000000000..32525f737 --- /dev/null +++ b/docs/sgml/glossary.sgml @@ -0,0 +1,108 @@ + + + + + + A + + There are no entries for A + + + + + + + + B + + Bug + + A "Bug" in Bugzilla refers to an issue entered into the database which has an associated number, assignments, comments, etc. Many also refer to a "Ticket" or "Issue"; in this context, they are synonymous. + + + + + Bug Number + + Each Bugzilla Bug is assigned a number that uniquely identifies that Bug. The Bug associated with a Bug Number can be pulled up via a query, or easily from the very front page by typing the number in the "Find" box. + + + + + Bug Life Cycle + + A Bug has stages through which it must pass before becoming a "closed bug", including acceptance, resolution, and verification. The "Bug Life Cycle" is moderately flexible according to the needs of the organization using it, though. + + + + + + I + + Infinite Loop + + + + + + P + + Product + + A Product is a broad category of types of bugs. In general, there are several Components to a Product. A Product also defines a default Group (used for Bug Security) for all bugs entered into components beneath it. + + A Sample Product + A company sells a software product called "X". They also maintain some older software called "Y", and have a secret project "Z". An effective use of Products might be to create Products "X", "Y", and "Z", each with Components "User Interface", "Database", and "Business Logic". They might also change group permissions so that only those people who are members of Group "Z" can see components and bugs under Product "Z". + + + + + + + Q + + Q/A + + "Q/A" is short for "Quality Assurance". In most large software development organizations, there is a team devoted to ensuring the product meets minimum standards before shipping. This team will also generally want to track the progress of bugs over their life cycle, thus the need for the "Q/A Contact" field in a Bug. + + + + + + R + + Recursion + + + + + + Z + + Zarro Boogs Found + + This is the cryptic response sent by Bugzilla when a query returned no results. It is just a goofy way of saying "Zero Bugs Found". + + + + + + + + -- cgit v1.2.3-24-g4f1b