What's a good, lightweight bug tracking system for a small team (Thanks
Ask HN: Good, lightweight bug tracking system for small team?
1–10 of 67 posts
Re: Ask HN: Good, lightweight bug tracking system for small team?
#2Re: Ask HN: Good, lightweight bug tracking system for small team?
#3Post-its on a whiteboard.
Re: Ask HN: Good, lightweight bug tracking system for small team?
#4Re: Ask HN: Good, lightweight bug tracking system for small team?
#5Try Pivotal Tracker. It's more geared for todos / feature stuff (and does it really well), but you can use it for bugs, too. If you're tracking more than 50 or so bugs, I could see wanting to use something else, though.
Re: Ask HN: Good, lightweight bug tracking system for small team?
#6I've been using Jira, and there's a $10 version for small groups.
Whatever you chose, make sure of one thing: every tracked bug or task has a unique URL.
Re: Ask HN: Good, lightweight bug tracking system for small team?
#7I wrote a Django middleware that uses Trac's xmlrpc plugin to automatically create Trac tickets for errors. I'm sure it's just as simple to do for whatever you're using.
Re: Ask HN: Good, lightweight bug tracking system for small team?
#8Trac is great and plugs in really easily to SVN. It's at least worth playing around with since so many open source projects use it. I wrote a Django middleware that uses Trac's xmlrpc plugin to automatically create Trac tickets for errors. I'm sure it's just as simple to do for whatever you're using.
Re: Ask HN: Good, lightweight bug tracking system for small team?
#9Trac is great and plugs in really easily to SVN. It's at least worth playing around with since so many open source projects use it. I wrote a Django middleware that uses Trac's xmlrpc plugin to automatically create Trac tickets for errors. I'm sure it's just as simple to do for whatever you're using.
Re: Ask HN: Good, lightweight bug tracking system for small team?
#10Try Pivotal Tracker. It's more geared for todos / feature stuff (and does it really well), but you can use it for bugs, too. If you're tracking more than 50 or so bugs, I could see wanting to use something else, though.
Thanks for the suggestion. I just had a funny experience - went there to register... said that my email was already registered... turns out I made an account on pivotal a while back but never used it haha. Will give it a shot. Thanks!