Open source bug tracking
-
I am using Issue Manager [^] which is simple, painless and works well for our needs.
You have, what I would term, a very formal turn of phrase not seen in these isles since the old King passed from this world to the next. martin_hughes on VDK
Thanks, man!
Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com
-
I used bugtracker.net the last time I was in the market for something like this. I was very happy with its features and customizability. The guy who puts it out is fanatically honest, posting every comparison between his product and others that he can find on the web - even when the final choice is not for Bugtracker.
Jon Smith & Wesson: The original point and click interface
People like that are worth encouraging!
Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com
-
Bugtracker.NET at http://ifdefined.com/bugtrackernet.html[^] From that website: BugTracker.NET is a free, open-source, web-based bug tracker or customer support issue tracker written using ASP.NET, C#, and Microsoft SQL Server (or its free cousin, SQL Server Express). I've used it for a year or two now without any problems.
Thanks, man! Appreciate the recommendation.
Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com
-
BugZilla could be written in C# 10 and running on ASP.NET 52 with a WPF UI in Silverlight on an HD 30" display and it would still suck. Awful, awful piece of software. Not sure how it ever got to be the defacto bug tracker (well, not anymore.) It even has bugs like SQL injection attacks and inability to handle quotes. Avoid. I'm afraid I don't know many .NET/Windows friendly solution. I would recommend Trac[^] though. It looks simple but it works great and should install easily enough on Windows. If you don't have high traffic to it then you don't even need MySQL. Just use Sqlite. Oh, and for Windows; Fogbugz[^]. It is ASP. Works well and has a good customer facing system.
regards, Paul Watson Ireland & South Africa
Fernando A. Gomez F. wrote:
At least he achieved immortality for a few years.
Thanks for the warning on Bugzilla. Filezilla was so nice, but then, I'm sure a completely different bunch of Zillas worked on this one.
Paul Watson wrote:
I'm afraid I don't know many .NET/Windows friendly solution.
No, I figured as much. However, when I have need for some fluffy bunny stuff, you're my guy! :-D
Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com
-
The chaps over at UltrApps have a nice .NET solution. They have a free product and a commercial product. There is also BugTracker.NET
Both of those are on the list, thanks!
Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com
-
We use BugNet at http://www.bugnetproject.com/[^] and we're pretty happy with it. It's ASP.NET.
I'll check it out, thanks!
Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com
-
If your needs are basic, I've successfully used Issue Tracker from the ASP.NET startup kits. Grabbed source (C# or VB.NET) and built the DB. It's a .Net based web solution. Supports multiple projects and assignment of projects by user, etc. Flexibility to tweak code -- code base is relatively small. Basic, but works. http://www.asp.net/downloads/archived/starter-kits/issue-tracker Ri-
I'll give it a look, thanks!
Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com
-
People like that are worth encouraging!
Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com
-
Ennis Ray Lynch, Jr. wrote:
Dangerous statement my friend. A web based system should be language and system agnostic. I am sure you have a sacrificial box somewhere that can run linux, I have a few.
Although I agree philosophically, the realities of the matter are that I need a web based system that my clients can also access, and my hosting platform is MS technologies. Could I force a square peg in a round hole? Of course. However, sometimes it's just nice if things are easy. :)
Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com
We use BugTracker.Net. It's an ASP.Net based system that is easy to configure, and easy to use. Our internal testers are generally not very tech adept, but they required almost no training for this. Another nice thing is that, being open-source and based on ASP.Net and SQL Server Express, .Net programmers will find it interesting to poke around the .aspx pages and SQL queries. The developer is good about answering questions on the forum and encourages users to modify the pages and queries if the built-in settings don't need their needs.
-
Hey, guys. I may have something coming up where I'll have need for a web based bug tracking system, and given that they're a startup, free / open source is a Good Thing. I looked at Bugzilla since Filezilla is such nice work, but it's Perl / Penguin and I prefer a .NET solution that's more native to the Windows universe. Any suggestions?
Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com
Search CodePlex for anything .NET. There are some duds out there but I have also found some great stuff. I was just looking for the same thing the other day and ran across Webolize. http://www.codeplex.com/webolize[^] I have not looked at it yet in any detail, so take this with a grain of salt. good luck
-
Hey, guys. I may have something coming up where I'll have need for a web based bug tracking system, and given that they're a startup, free / open source is a Good Thing. I looked at Bugzilla since Filezilla is such nice work, but it's Perl / Penguin and I prefer a .NET solution that's more native to the Windows universe. Any suggestions?
Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com
-
I don't know of any .NET bugtracker, but you may want to try Mantis[^] (uses php+mysql, which you can install on Windows).
Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern
Yep, Mantis is great.
-
Hey, guys. I may have something coming up where I'll have need for a web based bug tracking system, and given that they're a startup, free / open source is a Good Thing. I looked at Bugzilla since Filezilla is such nice work, but it's Perl / Penguin and I prefer a .NET solution that's more native to the Windows universe. Any suggestions?
Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com
-
Hey, guys. I may have something coming up where I'll have need for a web based bug tracking system, and given that they're a startup, free / open source is a Good Thing. I looked at Bugzilla since Filezilla is such nice work, but it's Perl / Penguin and I prefer a .NET solution that's more native to the Windows universe. Any suggestions?
Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com
I suppose you want something that is free, requires zero installation, and is very simple. I have been using zoho creator for a month or two, and it does the job. They have a "bug tracker" which you can start with, then customize with added fields and drop down lists, etc. You can make the UI, which looks like a spreadsheet, appear anywhere on your website, even inside one of your pages, without having to install anything on your server. I think it is a good place to start people off on bug tracking. The simplicity will not intimidate most, and if they like using it and begin calling for sophistication and integration, then they will be motivated to install a client on their systems, and to pay you to install a server.
-
I don't know of any .NET bugtracker, but you may want to try Mantis[^] (uses php+mysql, which you can install on Windows).
Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern
-
Hey, guys. I may have something coming up where I'll have need for a web based bug tracking system, and given that they're a startup, free / open source is a Good Thing. I looked at Bugzilla since Filezilla is such nice work, but it's Perl / Penguin and I prefer a .NET solution that's more native to the Windows universe. Any suggestions?
Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com
Can any of these open source solutions be configured to work as a workflow (ECO) system as well as a bug tracker? Right now we are using Problem Tracker (Problem Crapper) for both and think we can do better. Jira has been suggested but I would like to offer up some open source products. Cheerio, DR
-
Hey, guys. I may have something coming up where I'll have need for a web based bug tracking system, and given that they're a startup, free / open source is a Good Thing. I looked at Bugzilla since Filezilla is such nice work, but it's Perl / Penguin and I prefer a .NET solution that's more native to the Windows universe. Any suggestions?
Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com
Maybe you already get a hint to this http://ifdefined.com/bugtrackernet.html[^] I like it. It has evrrything we need, and the development on this project isn't dead.
-- Martin Richter (MVP for C++) WWJD http://blog.m-ri.de "A well-written program is its own heaven; a poorly written program is its own hell!" The Tao of Programming