The Artima Developer Community
Sponsored Link

Java Buzz Forum
Bugs Are Not Issues and Vice Versa

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Paul Brown

Posts: 284
Nickname: paulrbrown
Registered: Dec, 2003

Paul Brown is an entrepreneur
Bugs Are Not Issues and Vice Versa Posted: Aug 3, 2004 11:13 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Paul Brown.
Original Post: Bugs Are Not Issues and Vice Versa
Feed Title: mult.ifario.us
Feed URL: http://feeds.feedburner.com/MultifariousCategoryJava
Feed Description: Software. Business. Java. XML. Web Services.
Latest Java Buzz Posts
Latest Java Buzz Posts by Paul Brown
Latest Posts From mult.ifario.us

Advertisement
Confusion between bug tracking and issue tracking is altogether too common, and the two need to be separated for proper management.A bug is a well-defined flaw or probable flaw in a piece of software, described in a fashion suitable for the engineers to interact with. An issue is effectively a question from a user about whether a result represents the correct behavior of that software, phrased by the user in their terms. Issues and bugs are related in a many-to-many fashion, although it is possible that an issue may not be a bug at all and that a bug may not have been detected or reported by a user.A bug requires the attention of the engineers and needs to be assessed and prioritized as a work item for engineering. An issue requires the attention of support staff and should be addressed immediately in the interest of serving the customer's needs. The resolution of an issue, e.g., by means of a workaround, may not resolve the underlying bug or bugs. Conversely, the resolution of a bug may or may not resolve the issue. Among other things, the resolution of an underlying bug (when a fix is added to the codebase and verified) and the resolution of an issue (when the code is delivered the customer in a patch or subsequent release) will almost certainly occur at different times.

Read: Bugs Are Not Issues and Vice Versa

Topic: The Flow: Don't let your developers get interrupted Previous Topic   Next Topic Topic: Hotel Broadband Ate My Feeds

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use