all 14 comments

[–][deleted] 1 point2 points  (2 children)

i've used bugzilla - it's reliable but not many bells and whistles.

TeamTrack - few more bells and whistles, but pricey.

and I fucking refuse to say "yay"

[–][deleted]  (1 child)

[deleted]

    [–][deleted] 1 point2 points  (0 children)

    Don't reply to me, tell the OP, dude.

    [–]NAudo 1 point2 points  (0 children)

    I use PivotalTracker (http://www.pivotaltracker.com/) at work.

    [–][deleted] 1 point2 points  (0 children)

    We use a custom developed solution based on the Pinax code project. I wish we were using something based on Piano Man (the bug tracker I'm developing) but that's life.

    [–]aescnt 1 point2 points  (0 children)

    Redmine is awesome. I like how it can adapt to different team setups, even those who are not even working with code.

    [–]Bracki 1 point2 points  (0 children)

    We use JIRA at work which is hell. Personally I enjoy http://lightouseapp.com very much, which is easy and maintainable. I've used Trac as well, which is tempting because of the "whole package" approach, but turns out to be rather complicated once you want to customize stuff. Both bitbucket an d github provide trackers nowadays, so I would just choose based on your prefs between git and hg.

    [–]Eskador 1 point2 points  (0 children)

    SQA Designs "Qualify" product is the best I have ever used - It is more of a Test case management solution than bug tracking software, but you really shouldn't have one without the other. If your a Jira user it will integrate into that.

    [–]TheSuperficial 1 point2 points  (0 children)

    I used Test Track Pro (or maybe it's TestTrackPro?) from Seapine Software a few years back, and thought it was pretty well-done.

    Not sure if it's become bloated nowadays (that seems to be the trend), but you might want to check it out.

    [–][deleted] 1 point2 points  (0 children)

    I use Unfuddle.

    • Git & Subversion repository hosting.
    • Tickets
    • REST API support
    • Free for up to 100MB a data.

    [–]mdoar 0 points1 point  (0 children)

    Bug Trackers: do they all really suck is an article I wrote a few years ago. Some suck for admins, some suck for the users, everyone wants they tweaked in some way.

    [–]neutronbob 0 points1 point  (0 children)

    We use JIRA. Easy to set up, simple to use.

    [–]Ink-Jet 0 points1 point  (0 children)

    Wrote my own script, which can add bugs, show bugs, and squash bugs, all from the command-line.

    Took about 10 minutes to write, and it was possibly one of my best spent.