Web-Based Bug Tracking Software?
The Mayor asks: "I'm looking at starting a development project that will include an Open Source(tm) component. I'm looking for a Web-based defect/bug tracker. I can't use SourceForge, as I'd like to use the same system for both our Open Source(tm) products and our proprietary products. I'd prefer a free product (as in beer), as this is for a startup company. I'm leaning towards Bugzilla, but I'd like to get the opinions of our esteemed readers..."
"The software should have the following features.
- Allows users to log and track bugs over the Internet (web-based).
- Has hooks to CVS (or any other version control system). When a file is checked in to CVS that addresses a bug, it should automatically append the check-in comments to the bug tracker.
- Has rich reporting facilities."
Good luck... integrating CVS with any bug tracking system is going to be a bit difficult.
Greg Gallagher
Unless they're just too timid to wade into the heavily commented upon story threads.
I think I'll leave the bonus point on just to give them something else to shoot at.
I see even classic Slashdot is now pretty much unusable on dial up anymore.
I know this is off topic but extactly what does the term free as in beer mean, last time I checked you still have to pay for for beer, but yet stuff refered to as "free as in beer" is still free you just dont get the source code.
Where are we going and why are we in a handbasket?
I think that the sourceforge code is also available. It has a web bug tracking feature, CVS, etc. However, I don't think there is any kind of integration between CVS and the bug repository (although that would be a good feature).
Loki has a modified version of Bugzilla called Fenris which adds a little to Bugzilla. The code is available at http://fenris.lokigames.com/fenris-c ode.tar.gz, and it is running at http://fenris.lokigames.com/. It's pretty well suported and being actively developed by Michael Vance. darren
Cthulhu for President!
(darren)
It's got some nice looking drop down menus and apparently lots of reporting options.
It's not free, but there's a 2 week trial period, and then you pay month by month as long as you're using it.
- Keg Dude
You can also use the ACS for Postgres (http://acspg.benadida.com until we get a better URL...), which is the Postgres port of ArsDigita's Community System. It includes a task manager (for todos and such), a ticket tracker, and a team manager where you can manage teams of users and projects so that one system can run dozens of different projects' bugs. Lots of reporting already done, plus it's on top of a real RDBMS (Postgres), so additional reporting is very easy to write. No hooks into CVS, but then again I'm not quite sure how you could do that completely automatically (e.g. figure out which bug was fixed when you check things in seems pretty daunting). If you're trying to track bugs/feature requests for publicly-released software, ACS/pg's Software Development Manager is also pretty good. All of this is described in details on the web site.
A list of problem tracking software.