TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What system do you use for bug tracking?

7 pointsby ACSparksalmost 18 years ago
I am interested in seeing how you track bugs during development and acceptance testing.<p>We use bugzilla, but it leaves a little to be desired.

24 comments

abstractbillover 17 years ago
Trac ( <a href="http://trac.edgewall.org/" rel="nofollow">http://trac.edgewall.org/</a> ) is awesome. It also has very good integration with subversion, if you want that (but you can ignore that aspect if you just want a bug-tracker).
评论 #45697 未加载
评论 #45914 未加载
SwellJoeover 17 years ago
Trac is very nice, as other have stated. It's kinda like SourceForge done right, in the sense that it has source browsing, a wiki for web pages, and a bug tracker with good notification capabilities. Last time I used it it was absolutely retarded about user accounts and saving settings (you had to carry around an MD5 "key", rather than being able to log in).<p>We're using FlySpray, because it drops into our CMS (Joomla) with relative ease, and we wanted customers to be able to file bugs. We also use it for support. It works pretty well, has all of the features we needed, and is a really nice clean and simple codebase, so customizations are relatively easy. It's also a low-dependency PHP project, so it'll drop onto any ol' hosting account with a database, and runs plenty fast.
pgover 17 years ago
Comments at the top of the file.
评论 #45693 未加载
评论 #45886 未加载
评论 #45695 未加载
ramsalmost 18 years ago
Check out Roundup - <a href="http://roundup.sourceforge.net/" rel="nofollow">http://roundup.sourceforge.net/</a> .<p>
评论 #45795 未加载
mattjaynesover 17 years ago
When I have a choice (not very often when working with a company) I use FogBugz. It's a bit pricey compared to FREE, but now that they have a hosted version, it's great if you need to track bugs with a team.<p>The simplicity and approach of FogBugz is fantastic. Really worth a look if you have the cash to afford it. That being said - they do have provide it for free if you only need 2 accounts. See: <a href="http://discuss.joelonsoftware.com/default.asp?biz.5.482288" rel="nofollow">http://discuss.joelonsoftware.com/default.asp?biz.5.482288</a>
评论 #45923 未加载
christefanoover 17 years ago
I use a heavily modified version of Case Tracker, a group of addon modules for the Drupal CMS. It's similar to other helpdesks (it's actually a fork of the project and project release modules that are used at drupal.org) and it's being extended by a student during this year's Google Summer of Code. <p>Since Case Tracker runs in Drupal it's just one feature of an entire suite. I have all the features I need, from web-to-email, email-to-web (posting by email or phone), XML-RPC, a full range of access controls, wiki functionality, RSS feeds, etc.
alex_cover 17 years ago
Mantis is good, and it's fairly similar to Bugzilla (though better), so the transition should be pretty smooth. It was also a breeze to set up.
eladover 17 years ago
TRAC's my current favorite.<p>Too all the people using comments in the code and the like, that's very good when you're a 1-2 person team, but when you (hopefully) have more coders, possibly QA people and (god forbid) customers who complain about stuff that doesn't work well, you'd better switch to something that's more manageable.
zvibandover 17 years ago
I've used trac and mantis. Trac is kinda a pain to set up. Mantis is easy to set up, but very ugly.
jdvolzover 17 years ago
I use //TODO: in my Visual Studio stuff. VS will find them for you automatically, I don't even have to grep for them. <p>I also try to write code so small and simple that it approaches the complexity of "Hello World." That way, it's easy to find the bugs.
chaostheoryover 17 years ago
I like keeping things simple while we're still small, so right now we just use 37signals' basecamp's (<a href="http://www.basecamphq.com/" rel="nofollow">http://www.basecamphq.com/</a>) to do list. this will probably change in the future
tristianover 17 years ago
If I'm just working alone: ToDoList by AbstractSpoon Software <a href="http://www.abstractspoon.com/" rel="nofollow">http://www.abstractspoon.com/</a><p>For small projects it's enough to manage all my tasks, including bugs.
gojomoover 17 years ago
Personal projects: a 'TODO' text file, 1 line per issue, open in the editor (emacs or Eclipse) for the project. <p>Group/open-source projects: JIRA, which was a nice step up from Sourceforge's built-in tracking.
entelarustover 17 years ago
<a href="http://16bugs.com/" rel="nofollow">http://16bugs.com/</a>
palishover 17 years ago
I fix bugs before I need to track them.
nostrademonsover 17 years ago
Mantis. Not great, but good enough - for now. May replace it if our needs get more complex.
glebover 17 years ago
<a href="http://acunote.com" rel="nofollow">http://acunote.com</a> Naturally :-)
msiegelover 17 years ago
checklists stored in emails, &#38; the backs of credit-card-bill envelopes
staunchover 17 years ago
A simple shared spreadsheet in Google Docs for small projects. Trac for some others.<p>
arc_of_descentover 17 years ago
Mantis. But I tend to think the pages are too long.
vikramover 17 years ago
index cards
mynameisherealmost 18 years ago
Notepad
评论 #45685 未加载
dfrankeover 17 years ago
A whiteboard.
nmeyerover 17 years ago
Unfuddle!