bug_status.html 6.76 KB
Newer Older
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
terry%netscape.com's avatar
terry%netscape.com committed
2 3 4
<HTML>

<!--
5 6 7 8 9 10 11 12 13 14
     The contents of this file are subject to the Mozilla Public
     License Version 1.1 (the "License"); you may not use this file
     except in compliance with the License. You may obtain a copy of
     the License at http://www.mozilla.org/MPL/
    
     Software distributed under the License is distributed on an "AS
     IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
     implied. See the License for the specific language governing
     rights and limitations under the License.
    
terry%netscape.com's avatar
terry%netscape.com committed
15
     The Original Code is the Bugzilla Bug Tracking System.
16
    
terry%netscape.com's avatar
terry%netscape.com committed
17
     The Initial Developer of the Original Code is Netscape Communications
18 19 20 21 22
     Corporation. Portions created by Netscape are
     Copyright (C) 1998 Netscape Communications Corporation. All
     Rights Reserved.
    
     Contributor(s): 
terry%netscape.com's avatar
terry%netscape.com committed
23 24 25 26

     Contributor(s): Terry Weissman <terry@mozilla.org>
-->

27
<head>
terry%netscape.com's avatar
terry%netscape.com committed
28
<TITLE>A Bug's Life Cycle</TITLE>
29 30 31
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
terry%netscape.com's avatar
terry%netscape.com committed
32 33 34 35 36 37

<h1 ALIGN=CENTER>A Bug's Life Cycle</h1>

The <B>status</B> and <B>resolution</B> field define and track the
life cycle of a bug.

38
<a name="status"></a>
terry%netscape.com's avatar
terry%netscape.com committed
39 40 41 42
<p>
<TABLE BORDER=1 CELLPADDING=4>

<TR ALIGN=CENTER VALIGN=TOP>
43
<TD WIDTH="50%"><H1>STATUS</H1> <TD><H1>RESOLUTION</H1>
terry%netscape.com's avatar
terry%netscape.com committed
44 45 46 47 48 49 50

<TR VALIGN=TOP>
<TD>The <B>status</B> field indicates the general health of a bug. Only
certain status transitions are allowed.
<TD>The <b>resolution</b> field indicates what happened to this bug.

<TR VALIGN=TOP><TD>
51 52
<DL><DT><B>
<A HREF="confirmhelp.html">UNCONFIRMED</A></B> 
53 54 55 56 57
<DD> This bug has recently been added to the database.  Nobody has
     validated that this bug is true.  Users who have the "canconfirm"
     permission set may confirm this bug, changing its state to NEW.
     Or, it may be directly resolved and marked RESOLVED.
<DT><B>NEW</B> 
terry%netscape.com's avatar
terry%netscape.com committed
58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
<DD> This bug has recently been added to the assignee's list of bugs
     and must be processed. Bugs in this state may be accepted, and
     become <B>ASSIGNED</B>, passed on to someone else, and remain
     <B>NEW</B>, or resolved and marked <B>RESOLVED</B>.
<DT><B>ASSIGNED</B> 
<DD> This bug is not yet resolved, but is assigned to the proper
     person. From here bugs can be given to another person and become
     <B>NEW</B>, or resolved and become <B>RESOLVED</B>.
<DT><B>REOPENED</B>
<DD>This bug was once resolved, but the resolution was deemed
     incorrect.  For example, a <B>WORKSFORME</B> bug is
     <B>REOPENED</B> when more information shows up and the bug is now
     reproducible.  From here bugs are either marked <B>ASSIGNED</B>
     or <B>RESOLVED</B>.
</DL>
<TD>
<DL>
75 76
<DD> No resolution yet. All bugs which are in one of these "open" states
     have the resolution set to blank. All other bugs
terry%netscape.com's avatar
terry%netscape.com committed
77 78 79 80 81 82 83 84 85 86 87 88 89
     will be marked with one of the following resolutions.
</DL>

<TR VALIGN=TOP><TD>
<DL>
<DT><B>RESOLVED</B> 
<DD> A resolution has been taken, and it is awaiting verification by
     QA. From here bugs are either re-opened and become
     <B>REOPENED</B>, are marked <B>VERIFIED</B>, or are closed for good
     and marked <B>CLOSED</B>.
<DT><B>VERIFIED</B>
<DD> QA has looked at the bug and the resolution and agrees that the
     appropriate resolution has been taken.  Bugs remain in this state
terry%mozilla.org's avatar
terry%mozilla.org committed
90 91
     until the product they were reported against actually ships, at
     which point they become <B>CLOSED</B>.
terry%netscape.com's avatar
terry%netscape.com committed
92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
<DT><B>CLOSED</B> 
<DD> The bug is considered dead, the resolution is correct. Any zombie
     bugs who choose to walk the earth again must do so by becoming
     <B>REOPENED</B>.
</DL>

<TD>
<DL>
<DT><B>FIXED</B>
<DD> A fix for this bug is checked into the tree and tested.
<DT><B>INVALID</B>
<DD> The problem described is not a bug 
<DT><B>WONTFIX</B>
<DD> The problem described is a bug which will never be fixed.
<DT><B>LATER</B>
<DD> The problem described is a bug which will not be fixed in this
     version of the product.
<DT><B>REMIND</B>
<DD> The problem described is a bug which will probably not be fixed in this
     version of the product, but might still be.
<DT><B>DUPLICATE</B>
<DD> The problem is a duplicate of an existing bug. Marking a bug
     duplicate requires the bug# of the duplicating bug and will at
     least put that bug number in the description field.
<DT><B>WORKSFORME</B>
<DD> All attempts at reproducing this bug were futile, reading the
     code produces no clues as to why this behavior would occur. If
     more information appears later, please re-assign the bug, for
     now, file it.
</DL>
</TABLE>

<H1>Other Fields</H1>

<table border=1 cellpadding=4><tr><td>
127
<h2><a name="severity">Severity</a></h2>
terry%netscape.com's avatar
terry%netscape.com committed
128 129 130 131 132 133 134

This field describes the impact of a bug.

<p>
<p>
 
<table>
135
<tr><th>Blocker</th><td>Blocks development and/or testing work
terry%netscape.com's avatar
terry%netscape.com committed
136 137 138
<tr><th>Critical</th><td>crashes, loss of data, severe memory leak 
<tr><th>Major</th><td>major loss of function 
<tr><th>Minor</th><td>minor loss of function, or other problem where easy workaround is present 
139
<tr><th>Trivial</th><td>cosmetic problem like misspelled words or misaligned text 
terry%netscape.com's avatar
terry%netscape.com committed
140 141 142 143 144
<tr><th>Enhancement</th><td>Request for enhancement
</table> 

</td><td>

145
<h2><a name="priority">Priority</a></h2>
terry%netscape.com's avatar
terry%netscape.com committed
146 147

This field describes the importance and order in which a bug should be
148
fixed.  This field is utilized by the programmers/engineers to
149
prioritize their work to be done.  The available priorities are:
terry%netscape.com's avatar
terry%netscape.com committed
150 151 152 153 154 155 156 157 158 159 160 161 162

<p>
<p>

<table>
<tr><th>P1</th><td>Most important
<tr><th>P2</th><td>
<tr><th>P3</th><td>
<tr><th>P4</th><td>
<tr><th>P5</th><td>Least important
</table>
</tr></table>

163
<h2><a name="rep_platform">Platform</a></h2>
164
This is the hardware platform against which the bug was reported.  Legal
terry%netscape.com's avatar
terry%netscape.com committed
165 166 167 168 169 170
platforms include:

<UL>
<LI> All (happens on all platform; cross-platform bug)
<LI> Macintosh
<LI> PC
171 172
<LI> Sun
<LI> HP
terry%netscape.com's avatar
terry%netscape.com committed
173 174 175 176 177
</UL>

<b>Note:</b> Selecting the option "All" does not select bugs assigned against all platforms.  It
merely selects bugs that <b>occur</b> on all platforms.

178
<h2><a name="op_sys">Operating System</a></h2>
179 180 181 182 183 184 185 186 187 188 189 190 191
This is the operating system against which the bug was reported.  Legal
operating systems include:

<UL>
<LI> All (happens on all operating systems; cross-platform bug)
<LI> Windows 95
<LI> Mac System 8.0
<LI> Linux
</UL>

Note that the operating system implies the platform, but not always.
For example, Linux can run on PC and Macintosh and others.

192
<h2><a name="assigned_to">Assigned To</a></h2>
terry%netscape.com's avatar
terry%netscape.com committed
193 194 195 196 197 198 199 200 201 202 203

This is the person in charge of resolving the bug.  Every time this
field changes, the status changes to <B>NEW</B> to make it easy to see
which new bugs have appeared on a person's list.

The default status for queries is set to NEW, ASSIGNED and REOPENED. When
searching for bugs that have been resolved or verified, remember to set the
status field appropriately. 

<hr>
<!-- hhmts start -->
204
Last modified: Sun Apr 14 12:51:23 EST 2002
terry%netscape.com's avatar
terry%netscape.com committed
205 206
<!-- hhmts end -->
</body> </html>