Ask HN: Any recommendations for bug tracking software?
I am working on some personal projects and want to start using a bug tracking software for them. I am looking for recommendations for a bug tracking system which is
- Free/Freemium
- Web based so that I don't have to worry about installing/maintaining it.
- Simple to use
27 comments
[ 1.9 ms ] story [ 62.4 ms ] threadUnfortunately, it is for pay unless your project is open-source though.
http://www.mantisbt.org/
I like that I can hook it up to my Github projects. Here's the how-to: http://leetcode.net/blog/2009/01/integrating-git-svn-with-ma...
MantisBT is full featured but the interface is pretty clunky and dated (IMO). I found Bugzilla to be similar but a little better once I got the hang of it.
My company uses Mantis.
Take a look at http://www.pivotaltracker.com/
The whole system is crazy simple/easy to use and it pretty much lets you do all your project management in one place.
It's basically a hosted, prettied-up version of Trac, with hosted SVN and Git integrated. It's not as pretty or collaborative as GitHub, but the issue tracking is much beefier.
git or SVN + Trac + wiki
Check out: http://blogs.ifreetools.com/2010/03/building-simple-bug-trac...
The overview of the steps involved..
- Edit App Settings to re-brand, set time-zone, etc.,. (optional)
- Add Bug Entity
- Add Attributes for Bug
- Start using the Bug Tracker
It hosts git repos and does ticketing in a pretty minimal way...
I tried moving to a different system, but I found that even the simplest alternative was still much more complex, and I tended not to use it as much because it required me to open up a new window/tab. I find that a solution that causes me to want to use it less is not a better solution.
I'm working alone, and I don't need much more then a description to remind myself of what needs fixing, so it really works well for me. To each their own.
We ended up going with Unfuddle, which we still use, and it's nice to be able to close out tickets in your Git commit messages, but we don't really use the rest of the software much. Honestly, just having quick meetings and going down a list on a whiteboard has been the most effective thing.
Not sure why everyone recommends trac, my personal experience with trac has been that it's too simplistic.
Since you want to track bugs across several projects, it may not be possible to find a hosted free bug tracker and should perhaps checkout redmine, bugzilla (a pain) or mantis and install it on your own server.
A simple way to try out is use google spread-sheets or even your own local spread-sheet.
http://bitnami.org/stack/redmine
and anything else by bitnami is also reputable for the simplicity in the installation process
even the iphone app is free:
https://github.com/wwk/iRedmine