Poll: What do you use to track your bugs?
11–20 of 76 posts
[deleted]
Re: Poll: What do you use to track your bugs?
#12TrackJumper - simplest tracker I've found http://trackjumper.com/
Re: Poll: What do you use to track your bugs?
#13I work for Atlassian so I'm biased ;)
Good to see another Australian company taking on the software development market. Especially good to see that the company is partially funded by the Atlassian founders!
Re: Poll: What do you use to track your bugs?
#14Mantis. Once I minimised most of the fields it looks fine. The easy of deployment is a point in its favour as well.
What I really want is a cut down JIRA written in PHP (for ease of deployment). If might just write it one day.
Re: Poll: What do you use to track your bugs?
#15Gmail. Better than any bug tracker I've used aside from Pivotal.
Re: Poll: What do you use to track your bugs?
#16Gmail. Better than any bug tracker I've used aside from Pivotal.
+1 on that. I also got into Taskforce recently and am really liking it.
Re: Poll: What do you use to track your bugs?
#17For musicbrainz.org we're using jira. I'm not particularly happy about that, mostly because jira is not open source/free software (and musicbrainz is). Otherwise no complaints, jira does everything we need it to do, and apart from some interaction design issues does it quite well.
Re: Poll: What do you use to track your bugs?
#18I am using JIRA (their 10 bucks offer). It is a bit slow on my 256mb linode though.
I can't give much away but I'm working on an Atlassian team making some big changes to our hosted products:
http://www.atlassian.com/software/jira/hosted/
If everything goes to plan, there'll be an announcement at Atlassian Summit (in June) that you might be interested in:
Re: Poll: What do you use to track your bugs?
#19Email -> stop development and fix -> reply to email archive and hope you don't hear about this issue again. But looking into implementing FogBugz (or whatever recommendations come up)
Re: Poll: What do you use to track your bugs?
#20I voted lighthouse because that's what we use at Nowmov but for personal projects I use [Bugs Everywhere](http://bugseverywhere.org) It's a simple command line tool that syncs to a file in your software's repo. Simple + Portable = LOVE.