top | item 11953286

Ask HN: What (lightweight) bug tracker do you use?

4 points| neilellis | 9 years ago

Currently I'm using Trello+TrackDuck for management and Bugsnag for capture. Specifically curious as to what smaller projects are using. Thanks in advance.

7 comments

order
[+] tga|9 years ago|reply
Fossil (of Richard Hipp / SQLite fame) has a built-in distributed ticket tracker (+ bonus wiki): http://fossil-scm.org

It is interestingly lightweight -- for example, to add a field to all tickets you get to directly modify the table schema of the tickets table.

Search here to see it in action: http://www.fossil-scm.org/fossil/ticket

[+] devber|9 years ago|reply
I use https://usersnap.com. The screen capture + browser annotations are super easy for my clients to use. And the dashboard is pretty slick too.
[+] xenophonf|9 years ago|reply
I needed a light-weight project management tool, too, so I set up a private Trac instance with the MasterTicketsPlugin (among others).