Any links to previous discussions about this would be greatly appreciated. Thanks,
Ask YC: Bug tracking software?
1–10 of 18 posts
What is everyone using for bug/issue tracking software these days? I'm looking for something to run on my own dev server, not a hosted solution. Bonus points for being lightning fast, IRC & SVN integration, and easy to install.
Re: Ask YC: Bug tracking software?
#2We use BugZilla here at work but I'm not a huge fan. There must be a better way to do this.
Re: Ask YC: Bug tracking software?
#3Roundup - http://roundup.sourceforge.net/
Re: Ask YC: Bug tracking software?
#4We use JIRA
Re: Ask YC: Bug tracking software?
#5I use trac, a management tool that's usually used for open source projects http://trac.edgewall.org/. Admittedly its issue tracking features aren't very advanced, but it does an excellent job of integrating your subversion repository, tickets and a wiki. It's one of the better tools for finding out what happened and why.
Re: Ask YC: Bug tracking software?
#6I use trac, a management tool that's usually used for open source projects http://trac.edgewall.org/ . Admittedly its issue tracking features aren't very advanced, but it does an excellent job of integrating your subversion repository, tickets and a wiki. It's one of the better tools for finding out what happened and why.
I've also had good experience with Trac. If you need sophisticated traditional bug tracking features, it isn't quite all there: you can't assign a bug to more than one version, or more than one component, for example. But its subversion and wiki integration are features I can no longer live without.
Re: Ask YC: Bug tracking software?
#7mantis - http://mantisbt.com
Does not do all you want... No IRC and no SVN integration. That's pretty limiting if you actually do need that stuff. Go the TRAC route someone else mentioned if you really do require SVN integration.
Re: Ask YC: Bug tracking software?
#8Jira here too
Re: Ask YC: Bug tracking software?
#9+1 for JIRA
Re: Ask YC: Bug tracking software?
#10If you are a rails shop, redmine is good too. I have used jira, mantis, trac, but do not like any of them.