Live data from Hacker News

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

news.ycombinator.com

31–40 of 45 posts

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

#31

I'd also recommend Pivotal Tracker. Its simple, neat, and gets the work done.

I think generally if you want to second someone's recommendation, it's best to upvote their recommendation and add your comment as a reply - otherwise, the votes get fragmented between the two recommendations and if a person comes to the post and just scans the top comments, might not even see either of them.

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

#33

I'd also recommend Pivotal Tracker. Its simple, neat, and gets the work done.

I hate Pivotal Tracker. I've been forced to use it on a few projects and found it way too hard to use. E.g. it never shows what you're working on by default and you have to open up a special window for it. And you can't just mark something as done - you have to move it through a whole set of crazy states like accepted and delivered. I'd much rather use any other bug tracker or something simple like a spreadsheet.

I'm not sure how you were using it, but Pivotal was one of the easiest task trackers I've used (used it for all planning and dev work for six months at a previous job). The tasks you're working on just show up in a separate column, and as for moving through states, I don't see how clicking a button to deliver/accept is crazy - you don't even have to reload the page like you do in Trac when you mark a bug as complete.

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

#35
post #9

We use Lighthouse http://lighthouseapp.com/ We needed a simple tool which can also be used by people who have minimal computer knowledge...

Another vote for Lighthouse - we use it and love it at Off & Away. Powerful w/out the bloat.

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

#36

I'd also recommend Pivotal Tracker. Its simple, neat, and gets the work done.

I think generally if you want to second someone's recommendation, it's best to upvote their recommendation and add your comment as a reply - otherwise, the votes get fragmented between the two recommendations and if a person comes to the post and just scans the top comments, might not even see either of them.

Sure. But the other comment was posted during the time when I was composing mine. So I didn't get to see it until I submitted my post.

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

#37

Earlier quoted context omitted.

I think generally if you want to second someone's recommendation, it's best to upvote their recommendation and add your comment as a reply - otherwise, the votes get fragmented between the two recommendations and if a person comes to the post and just scans the top comments, might not even see either of them.

Sure. But the other comment was posted during the time when I was composing mine. So I didn't get to see it until I submitted my post.

Cool, never mind then :)

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

#38
post #6

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.

Very much agreed. Fogbugz also has one of the simplest "surface" interfaces. It manages to hide all the complexity, without sacrificing feature, leading to very smooth workflows. Trac, Bugzilla, and JIRA (I haven't used Redmine) all seem to lead a sort of "fragmented" style of use, where you transition between thought modalities, while Fogbugz keeps it very streamlined.

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

#40
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.

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.

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.

Probably the biggest high-profile use of Mantis I know is Digium's issue tracker for Asterisk: http://issues.asterisk.org/ -- 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.

Post reply on HN