Diff for "Bugs/Statuses/External"

Not logged in - Log In / Register

Differences between revisions 1 and 2
Revision 1 as of 2007-06-20 16:16:25
Size: 3442
Editor: 82-47-115-18
Comment:
Revision 2 as of 2007-06-20 16:35:44
Size: 3524
Editor: 82-47-115-18
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
'''Note: this page refers to Launchpad 1.1.6, due for release 20 June 2007.'''

Note: this page refers to Launchpad 1.1.6, due for release 20 June 2007.

ContentsBRTableOfContents

Anchor(bug-statuses-in-launchpad)

Bug statuses in Launchpad

Anyone can set the status of a bug in Launchpad, making it easy for them to become involved in your project's bug triage.

Launchpad's Bug Tracker offers you seven main bug statuses that reflect each stage of a bug's lifecycle from initial report to resolution.

Optionally, if your project has a high number of bug reports, you may want to add an extra layer of quality control to your bug triage. Two additional bug statuses - Triaged and Won't Fix - are available only to members of your project's Bug Contact team and the project's owners.

Anchor(available-to-everyone)

Available to everyone

  • New: the bug is newly reported.

  • Incomplete: the bug report is incomplete and needs more information before it can be triaged.

  • Invalid: the report describes the software's normal behaviour, or is unsuitable for any other reason.

  • Confirmed: a member of the community believes that this report describes a genuine bug in enough detail that a developer could start work on a fix.

  • In Progress: a developer has taken responsibility to fix the bug and has begun work.

  • Fix Committed: a developer has committed his/her fix to the project's codebase.

  • Fix Released: a new version of the software, featuring the bug fix, has been released.

Anchor(bug-contact-only)

Only available to the Bug Contact

  • Triaged: a member of the Bug Contact team considers that the bug report contains all information a developer needs to start work on a fix.

  • Won't Fix: this is acknowledged as a genuine bug but the project has no plans to fix it.

Anchor(translating-external-bug-statuses)

Translating the status of external bug watches

Bugs in free software projects are often tracked in more than one place. For example: a bug in OpenOffice.org may be tracked in Launchpad by Ubuntu's OpenOffice.org team and in OpenOffice.org's own BugZilla instance.

Launchpad can track the status of the bug in OpenOffice.org's external tracker and display its current status on the Ubuntu team's bug report.

BugZilla and Launchpad use different statuses to describe the stages of a bug's lifecycle. It could quickly become confusing to use two different sets of bug statuses on the same page. Instead, Launchpad translates the status of the external bug report.

You can see how Launchpad translates BugZilla's statuses in this table:

BugZilla status

Launchpad status

UNCONFIRMED

New

NEW

Confirmed

ASSIGNED

In Progress

REOPENED

Confirmed

NEEDINFO

Incomplete

NEEDINFO_REPORTER

Incomplete

MODIFIED

Fix Committed

UPSTREAM

Confirmed

PENDINGUPLOAD

Fix Committed

RESOLVED FIXED

Fix Released

VERIFIED WONTFIX

Invalid *

CLOSED INVALID

Invalid

* We plan to change this in release 1.1.7 of Launchpad so that it maps to Won't Fix. For details, see [https://bugs.launchpad.net/malone/+bug/121348 bug 121348].

Some projects use custom Bugzilla status messages. Soon, we will add tables to show how those statuses are translated by Launchpad.

Bugs/Statuses/External (last edited 2008-12-01 14:15:16 by 78-32-113-222)