Ask HN: What (lightweight) bug tracker do you use? 4 points by neilellis 10y ago ↗ HN Currently I'm using Trello+TrackDuck for management and Bugsnag for capture. Specifically curious as to what smaller projects are using. Thanks in advance.
[–] xenophonf 10y ago ↗ I needed a light-weight project management tool, too, so I set up a private Trac instance with the MasterTicketsPlugin (among others).
[–] connorski 10y ago ↗ I built BugTower (https://bugtower.com/) as a lightweight bug tracker. I find it useful :)
[–] piyushco 10y ago ↗ We use https://leantesting.com, minimal lightweight bug tracking tool with slack integration & browser plugins.
[–] devber 10y ago ↗ 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.
[–] tga 10y ago ↗ Fossil (of Richard Hipp / SQLite fame) has a built-in distributed ticket tracker (+ bonus wiki): http://fossil-scm.orgIt 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
7 comments
[ 0.23 ms ] story [ 32.3 ms ] threadIt 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