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.

Ask HN: Best light-weight bug tracking tool, more robust than TRAC?

30 pointsby betashopover 14 years ago
Looking for the best light-weight bug tracking tool, more robust than TRAC?

22 comments

thirstehover 14 years ago
Redmine is awesome: <a href="http://www.redmine.org/" rel="nofollow">http://www.redmine.org/</a>
评论 #1853292 未加载
评论 #1853364 未加载
评论 #1859881 未加载
评论 #1853656 未加载
评论 #1853219 未加载
thijscover 14 years ago
We use Pivotal Tracker to manage all our development projects. It's not only a bugtracker, but extremely usefull if you have any kind of agile process.
评论 #1853683 未加载
评论 #1854108 未加载
评论 #1854112 未加载
FraaJadover 14 years ago
Fossil SCM: <a href="http://fossil-scm.org/" rel="nofollow">http://fossil-scm.org/</a><p>Fossil is a DVCS + Wiki + Bug tracking, though you can choose not to use the DVCS part..<p>* Light-weight? yes. it's just a single executable &#60;1MB<p>* Robust? maybe. Projects using Fossil: SQLite, Mongrel2 etc.
nuriaionover 14 years ago
We use Lighthouse <a href="http://lighthouseapp.com/" rel="nofollow">http://lighthouseapp.com/</a> We needed a simple tool which can also be used by people who have minimal computer knowledge...
评论 #1854149 未加载
JunkDNAover 14 years ago
I absolutely love Fogbugz. I find Jira to be a bloated, complex mess. I've also used Trac and Bugzilla, both were clunky and lacking in creature comforts.
评论 #1855149 未加载
agranigover 14 years ago
Mantis <a href="http://www.mantisbt.org/" rel="nofollow">http://www.mantisbt.org/</a> works very well for us. Easy to use and to customize.
st3fanover 14 years ago
I am going to suggest JIRA. I think it is pretty lightweight. You can either run it with the built-in database or let it talk to MySQL or PostgreSQL. It runs without the use of an app server. Just unzip and run.<p><a href="http://atlassian.com/starter/" rel="nofollow">http://atlassian.com/starter/</a>
评论 #1858192 未加载
jokullover 14 years ago
GitHub has just enough issue tracking tools for my needs.
评论 #1854125 未加载
评论 #1854017 未加载
评论 #1858985 未加载
wnoiseover 14 years ago
Other than text files, I've only used bugzilla, which is decidedly not "light-weight". How does trac fail to be "robust"? I've not seen any complaints about it scribbling all over its database.
abalashovover 14 years ago
We are huge fans of Mantis (www.mantisbt.org). It strikes me as lightweight compared to many solutions advertised here, and has the virtue of being agnostic between PostgreSQL and MySQL. It's also completely free.<p>We integrated it extensively with Subversion a few years ago, and there already exist pre-built Git integration modules for it. The plugin ecosystem has come a long way.<p>One important criteria to me personally was the suitability of it for use as a project management and/or feature roadmapping system, not just an actual _bug_ tracker per se, explicitly for bugs in the sense of defects. Mantis performs extremely well on this count as well.<p>Probably the biggest high-profile use of Mantis I know is Digium's issue tracker for Asterisk: <a href="http://issues.asterisk.org/" rel="nofollow">http://issues.asterisk.org/</a> -- you can see it in action there. Their particular use of it relies on Mantis's extensive ACL features (optional--you don't have to get that complicated if you don't want to!) to open the process of enrollment and bug submission to the public at large, to allow certain people intermediate levels of access (e.g. QA testers), and to impose an actual hierarchy of developers, managers and bug marshals inside the company.
siddhantover 14 years ago
I'd also recommend Pivotal Tracker. Its simple, neat, and gets the work done.
评论 #1854094 未加载
评论 #1854110 未加载
vidushiover 14 years ago
I would like to suggest www.groupsense.com it is a bug tracking tool with social features. So you can follow bugs / people / projects.<p>So for e.g. You can follow a particular bug that you are interested in. Or you may follow a particular user who might have filled interesting bugs in the past.<p>You get an activity stream from the bugs/people/projects that you are following.<p>I am one of the co-founders so take it with a grain of salt.<p>I would be happy to hand hold you to implement this and add features if you need them.<p>Send me an email at vidushi@groupsense.com I promise you it is a new software but we have been using it internally for over a year it is stable and you will love it when in 15 seconds everyday you will be able to look at your activity stream and exactly know what is happening.
grandalfover 14 years ago
I like retrospectiva:<p><a href="http://retrospectiva.org/overview" rel="nofollow">http://retrospectiva.org/overview</a>
评论 #1854025 未加载
cantastoriaover 14 years ago
We love Sifter...<p>www.sifterapp.com<p>It's beautifully done, the only drawback is that you can't send it e-mail.
betashopover 14 years ago
Anyone have experience with fogbugz?
评论 #1853303 未加载
meeechover 14 years ago
Not sure what you mean by more 'robust' than trac.<p>that said, we use redmine at work.<p>saw this the other day <a href="http://16bugs.com/" rel="nofollow">http://16bugs.com/</a> which looked like it might be interesting.
damoncaliover 14 years ago
Shameless plug- my own app, <a href="http://trackjumper.com" rel="nofollow">http://trackjumper.com</a> is aimed at small teams with simple needs. No extra features and everything is unlimited.
nlover 14 years ago
JIRA.<p>It's the best bug tracker around. The only downside is that it is so configurable people will start using it or non-bug tracking things, which doesn't work well
bkrauszover 14 years ago
Anything that ties into GitHub well? We just switched from SVN+Trac to GitHub. Considering still using Trac but wondering if any good alternatives exist.
评论 #1854085 未加载
jashmennover 14 years ago
ditz: <a href="http://www.ruby-forum.com/topic/148367" rel="nofollow">http://www.ruby-forum.com/topic/148367</a>
kdeldyckeover 14 years ago
Slightly off-topic, but if what annoy you in Trac is its setup or management, let me introduce pbp.recipe.trac ( <a href="http://pypi.python.org/pypi/pbp.recipe.trac" rel="nofollow">http://pypi.python.org/pypi/pbp.recipe.trac</a> ), a buildout recipe which can help you automate deployment and administration of several Trac instances.<p>And sorry to Hacker News community for this shameless self-promotion.
nishithover 14 years ago
On demand (in the cloud) option is IMO nicer for startup teams.