Live data from Hacker News

Poll: What do you use to track your bugs?

news.ycombinator.com

21–30 of 76 posts

Re: Poll: What do you use to track your bugs?

#22
post #6

Post-It notes and 'drop everything and fix it now.' If it's not important enough to fix now, then it's alright if we forget it.

I like the Post-It note strategy.

Especially when all the notes are on a public window/wall. This way everyone can see the 'queue' of stuff and is a good reminder to re-prioritize constantly.

Re: Poll: What do you use to track your bugs?

#24
Google Code -- I'm surprised it's not listed. I recently had to decide between GitHub's issue tracker (I'm already using GitHub for source code hosting) and Google Code, and almost everyone I could find that had an opinion said Google Code was much better.

Re: Poll: What do you use to track your bugs?

#29
So I've been using "ditz" on a few projects and I quite like it. It's about the most minimal bug tracker you can get, but I like that the bugs get checked into your scm, right along with the code. I also like that I don't need to launch a browser to add or edit bugs. It fits in beautifully with distributed VCSes like darcs or git.

Re: Poll: What do you use to track your bugs?

#30
YouTRACK--a keyboard-friendly fast fast FAST bug tracker from JetBrains (of IntelliJ fame).

http://www.jetbrains.com/youtrack

After I gave up the concept of tracking bugs and doing feature planning in the same app (sounds great but has never worked in practice), this tracker became my default for any projects where I have a say in the matter.

We moved from JIRA because administering a JIRA installation is practically a full-time job. Have also used Fogbugz, Redmine, Mantis, Bugzilla over the years, so that list is my main basis for comparison. I hate YouTRACK less than those.

Edit: I see they are now offering a free hosted version for the first half of 2011.

Post reply on HN