views:

223

answers:

4

This is slightly off-topic, but can only be answered by programmers and is useful to many programmers:

Do you think it is useful to use a bug tracking system to keep track of personal todo items and to Get Things Done? I have not tried that; in fact, I don't have much experience with bug tracking systems. For my todo lists, I have played around with Google Tasks and Remember The Milk, but both of them have shortcomings:

Google Tasks: I like that you can create todo lists easily, can reorder items in the list and easily create hierarchies. But it is way too simplistic and does not allow to tag tasks or move tasks from one list to another.

Remember The Milk: It is nice and sleek, but you cannot create hierarchies of tasks, cannot arbitrarily reorder tasks and cannot set dependencies of tasks.

That's where a bug tracking system should come in:

Since I think (maybe too much?) like a programmer, my tasks have a natural hierarchy and a tree of dependencies, like in a Makefile. Here are two examples:

  • The task of writing my thesis is done when several milestones are done. Some of these milestones can run in parallel (writing background chapter, running experiments A, running experiments B), others depend on each other (writing main chapter depends on first getting results from experiments A).

  • The same is true for more personal goals: I want to host a dinner party, which requires finding a good date, finishing the guest list, making invitations, finding nice recipes, cooking, ...

For me, all these tasks involve hierarchical dependencies and milestones that bug tracking systems should be able to handle?

Here is an article that explains how to do advanced GTD with Remember The Milk, but he has to use several workarounds: (1) add a general tag 'wait' to tasks that are waiting for others to be completed but you cannot enter the IDs of the tasks that they are waiting for, (2) starting some special tasks with "." so that they are at the top of the alphabetically sorted list and signal that others are 'below' it as subgoals. Bug tracking systems should be able to handle these things much more naturally?

Does anyone have experience and can recommend a lightweight bug tracking system that might be good for this? Other requirements: Should run as web app, should allow me to tag a task with several tags (like 'work', 'fun', 'short-task', 'errands', ...).

+2  A: 

FogBugz is a nice for GTD

I keep my (mostly work-related) GTD tasks in my FogBugz database and am quite happy with it. You can try the hosted version for free:

http://www.fogcreek.com/FogBUGZ/IntrotoOnDemand.html

Mark Harrison
Not only can you try it for free, you can keep it for free. There's a startup and student hosted edition, that is free for one user. Fog Creek rulz!
Dan Williams
A: 

I suggest http://www.abstractspoon.com/tdl_resources.html I have used it for many years and find it quite sufficient for my needs. I believe it also fits what you are looking for.

chiefbrownbotom
A: 

Maybe CounterSoft Gemini - we use the custom fields feature to mark an issue with arbitrary data of use to us.

I know they have sub-task workflow: cannot close top level task until all the kids are done!

FredFlint
A: 

Redmine, pretty awesome, free, opensauce etc.

http://www.redmine.org/

Daniel T. Magnusson