Live data from Hacker News

Ask HN: Good, lightweight bug tracking system for small team?

news.ycombinator.com

21–30 of 67 posts

Re: Ask HN: Good, lightweight bug tracking system for small team?

#23
I've been building Speckle (http://speckleapp.com) for a little while: a to-do list with multiple checkboxes per item. it's reasonably light-weight - I don't know whether it suits what you're looking for, but Id be interested to know what you think :)

Edit: epi0Bauqu beat me to it!

Re: Ask HN: Good, lightweight bug tracking system for small team?

#24
Based on posts here I found the "Task-focused API" http://en.wikipedia.org/wiki/Task-Focused_Interface . There are lots of extensions available based on it: http://wiki.eclipse.org/index.php/Mylyn_Extensions . For example, from gmail, you can add a task by tagging a message! This Extensions page also seems to be a good reference list of todo aka project management trackers.

Re: Ask HN: Good, lightweight bug tracking system for small team?

#25
There's a difference between a bug tacker and an issue tracker.

Bugzilla works great as a bug tracker but is not a great issue tracker. Trac, the opposite.

From what you described, seems you're looking more for an issue tracker or a project planning sort of thing.

I've liked Redmine, though I haven't used it professionally yet.

Re: Ask HN: Good, lightweight bug tracking system for small team?

#28
For bugs http://curecode.org/ is ery lightweight and fast. You can see it in use here http://curecode.org/rebol3/view-tickets.rsp .

For sharable todo's I can "recommend" (my) http://www.qwikitodo.com , you can even make "actionable" Plan/Todo meshes with it that have titles, subtitles, free form mixing of text todo items, regular lists, etc...

Re: Ask HN: Good, lightweight bug tracking system for small team?

#29
I haven't used it, but this is "interesting" - http://www.fossil-scm.org/index.html/doc/tip/www/index.wiki

(I use Trac myself, and it's OK, but not wonderful - haven't found anything better, but will be trying Redmine after reading comments here).

[edit: also, you can do bug tracking with Google code, which I am surprised no-one else has mentioned]

Re: Ask HN: Good, lightweight bug tracking system for small team?

#30

We use trac. And it works really well, has a built in wiki for other bits and pieces that need remembering.

I work alone but I still use Trac and couldn't be effective without it. The Wiki is excellent and I love the Subversion support and how you can cross-link everything.
Post reply on HN