Live data from Hacker News

Poll: What's your favorite bug tracker?

news.ycombinator.com

51–60 of 73 posts

Re: Poll: What's your favorite bug tracker?

#51
post #36
post #12

I'm surprised GitHub is by far #1. I wonder if it's familiarity rather than preference. Github's minimal approach of using labels for everything is like Gmail's tags over folders. I wish GitHub had a "This bug affects me" or +1 button so the comment history stays clean of "me too" responses.

I've used a ton of bugtrackers, GitHub is the only one I've been able to hand to a non-techy client so they can create bugs. This has been a huge frustration for me when it comes to bug tracking. I have multiple clients who just aren't technical people and when they see the wall of options that bugzilla and mantis offer it causes them to give up and email me directly. I even tried vbulletin for awhile, but that had i…

GitHub is the only one I've been able to hand to a non-techy client so they can create bugs.

I was using Pivotal Tracker a few years ago for a large-ish project, and really wanted the client to use it.

It didn't strike me as terribly hard for reasonably bright people, but I under-estimated habit and the degree of resentment some members on the client team had about their pet project being changed.

Assorted attempts at education (I made a really nice screencast!) failed; I was still getting e-mail with Excel or Word docs attached.

We finally came to an understanding and started using Google Docs.

BTW, Github issues is not so bad. A key feature for me for any bug tracker is a Web API, something I can talk to using a command-line tool.

I wrote such a thing for Pivotal Tracker (my Pivotal Slacker Ruby script, now abandoned) and later hacked up a program called GHissues to pull items from Github.

Re: Poll: What's your favorite bug tracker?

#52
post #19

Other. Write code without bugs. (I say this in jest, but only a little.) Think about it... I know so many programmers who get lazy because they have such good debugging tools (Let me just slam something out there and let the debugger catch it.) I hate this. If we developers would slow down and think a little more about what we're building, we may find a dramatically decreased need for debugging. Variable local or glo…

Bugs often represent mistakes and miscommunication in areas that the programmer has no input in. If the goal of the project was to draw a circle there is still room for error. The PM might have wanted a red circle with a fade in render.

Re: Poll: What's your favorite bug tracker?

#53

Hi, I'm Joe Stump CEO/founder of Sprint.ly. Totally biased opinion here, but I'd like to add Sprint.ly to the list. We built Sprint.ly specifically to encourage/engage "the rest of the business". If you're looking for a super technical tool, we're not that, but if you need a tool to get business users engaged and on the same page we might be worth a look.

+1 for sprintly, been using it for almost a year at Moveline. business people know exactly what to do when a bug comes in, and can accept/reject, comment, screenshot, etc. when a Dev marks it as complete

Re: Poll: What's your favorite bug tracker?

#56
post #2

Jira.

Makes me wonder how some polls would turn out if options had both upvote and downvote buttons. I have used every bug tracker in this poll, as well as a few more (redmine, Assembla, GNATS, OTRS, Roundup, ikiwiki, various custom internal tools), and Jira was by far the second worst (behind one of the custom one-offs).

Depends on the situation, and how it is being used. It does take a serious amount of time to set up, but it is so flexible that if you take the time, you will never leave it. It also integrates into everything, and has a very verbose API, so if it doesnt do what you want you can extend it.

Re: Poll: What's your favorite bug tracker?

#59
post #12

I'm surprised GitHub is by far #1. I wonder if it's familiarity rather than preference. Github's minimal approach of using labels for everything is like Gmail's tags over folders. I wish GitHub had a "This bug affects me" or +1 button so the comment history stays clean of "me too" responses.

Having not used that many, I like GitHub's over BitBucket's because it has tagging and milestones, which are vastly more useful than some preset priority and type fields. GitHub's is a lot closer to how my brain works.

It just seems funny to me that a company that also makes a bug tracking system has a really bad one coupled with it's version control hosting. It makes some sense, but it bugs me.

Re: Poll: What's your favorite bug tracker?

#60

I'm using jira for something close to 80 projects, most of them code projects, and others for Recruitement, Ideas and Writing. I'm surprised as many others that Jira is not on the list

Is it better than the one coupled with BitBucket? I can't stand BitBucket's bug tracker.
Post reply on HN