Click here to Skip to main content
Licence 
First Posted 17 Jun 2002
Views 154,315
Bookmarked 83 times

A Painless Web-Based Bug Tracking Tool

By | 30 Jun 2002 | Article
A very simple web-based bug tracking database ASP front-end

Introduction

In our small team, we needed a tool to track bugs found during the development cycle. Although many tools currently exist on the market, we needed something very simple, because we felt that to be effective, a bug tracking tool should allow a developer to enter a new bug in no time.

As far as I was concerned, I needed no other features, that may be found in other expensive packages, or even in the beast itself.

That is when I stumbled accross Joel Spolsky's most excellent Joel On Software that has provided me with hours of reading at lunch time ever since. I was particularly interested in the article that dealt with painless bug tracking. That was it! I decided to jump on the bandwagon, and developed this small project from scratch.

How to Use This?

Basically, bugz consists of a set of ASP server-side scripts that need to be processed by Microsoft's Internet Information Server. The data for the bugs are stored in a Microsoft Access database, but that can easily be changed, because that detail is centralized in one page.

The following picture shows a sample bug as rendered by the ASP pages. You will notice that it mimics as closely as possible what I have seen on Joel's page.

Features

bugz is designed to be extremely simple. There is no administration pages nor any pages not directely relevant to entering bugs. Currently, what you can do is:

  • list all bugs in the database
  • enter a new bug
  • update a bug assigned to you

The file config.asp contains some options that you will need to check. Make sure the baseURL variable is set to the address of the application. Additionnaly, you can set the bSendMail variable to True in order for e-mails to be sent automatically when a bug is entered or updated in the system.

bugz was designed to work with small teams. It doesn't use any authentication scheme. All that is required is to pass along the user login with the URL as explained below. The main pages for the application are:

  • list.asp: lists all bugs in the database
  • history.asp: displays history information for a specific bug
  • new.asp: allows for entering a new bug in the system

For instance, in your team, John would need to set the main page for the bug tracking tool in his web browser to point to the following URL:

http://base-url/bugz/list.asp?user=john

To enter a new bug in the system, the following URL would be used:

http://base-url/bugz/new.asp?&user=john

When a new bug is entered in the system, its status is Open and it is automatically assigned to the module owner, say Jack. Additionnaly, if the corresponding option is turned on in the config.asp page, an e-mail is sent to Jack.

When Jack wants to update a bug, he points his web browser to the following URL:

http://base-url/bugz/history.asp?bug=90002&user=jack

Where 90002 is the bug number. This is the address that is displayed in the first line of the e-mail that was sent to Jack. Because this bug is assigned to him, Jack is presented with the history for this bug, as well as with a form where he can enter informations in order to update the bug.

Upon update, a bug can be assigned to someone else and its status can be changed according to the rules described hereafter. Again, an e-mail is sent to the new person that now owns the bug. This goes on until the bug is closed.

  • When a bug is open (Open), it can stay open, or be resolved
    (one of Fixed, Won't Fix, Not Repro, Duplicate, By Design)
  • When a bug is resolved, it can be reactivated (Open) or closed (Closed)
  • When a bug is closed (Closed), it cannot be updated any longer

Conclusion

In this article, I have demonstrated the use of a simple, yet useful, bug tracking tool that is targeted at small development teams. I hope you will find a use for this with your own teams.

I'm looking forward to reading your comments and suggestions.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Maxime Labelle

Web Developer

France France

Member

Coming soon...

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralAnother painless tool for comparision, BugTracker.NET (free) Pinmemberctrager7:25 12 Aug '07  
GeneralAbout Customization PinmemberMoinus Samad Khan20:28 23 Apr '06  
GeneralAbout Customization PinmemberMoinus Samad Khan20:27 23 Apr '06  
Generalunable to connect to database Pinmemberpamalam5:51 8 Aug '05  
GeneralNice Work! but... Pinmemberpeterchen6:33 17 Jun '04  
GeneralRe: Nice Work! but... PinmemberMaxime Labelle3:00 2 Aug '04  
GeneralTiếng Việt PinsussAnonymous0:09 21 Oct '03  
Generalerror while submitting new bug Pinmembersamwise11306:57 12 Aug '03  
GeneralRe: error while submitting new bug Pinmemberteepe2222:54 28 Dec '03  
Generalthis that and the other PinsussAnonymousToo9:59 1 Nov '02  
GeneralCannot Find Index File with latest download Pinmemberveritycoder10:50 22 Oct '02  
GeneralRe: Cannot Find Index File with latest download PinmemberMaxime Labelle21:41 22 Oct '02  
GeneralNot working, is there a bug Pinsussicskates6:20 6 Aug '02  
GeneralRe: Not working, is there a bug PinsussAnonymous6:31 6 Aug '02  
GeneralRe: Not working, is there a bug PinmemberMaxime Labelle20:44 6 Aug '02  
QuestionUpdated? PinmemberJ.G. Hattingh23:06 1 Jul '02  
AnswerRe: Updated? PinmemberMaxime Labelle1:04 2 Jul '02  
QuestionSort by open? PinmemberMatt Newman10:07 1 Jul '02  
AnswerRe: Sort by open? PinmemberMaxime Labelle1:13 2 Jul '02  
GeneralRe: Sort by open? PinmemberMatt Newman5:49 2 Jul '02  
QuestionOther date formats? PinmemberAndrás Földes6:11 27 Jun '02  
AnswerRe: Other date formats? PinmemberMaxime Labelle7:42 27 Jun '02  
GeneralRe: Other date formats? PinmemberAndrás Földes0:49 28 Jun '02  
GeneralRe: Other date formats? PinmemberMaxime Labelle22:08 30 Jun '02  
GeneralHOWTO make use of this project PinmemberTBiker6:44 24 Jun '02  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web02 | 2.5.120517.1 | Last Updated 1 Jul 2002
Article Copyright 2002 by Maxime Labelle
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid