I'm looking for a low-key tool to handle a simple ranked task list (aka backlog in the agile lingo).

This will be used by several users, and will most likely change frequently. We already have a bug tracking system, but it's a bit too complex and heavyweight for the kind of casual, day-to-day planning we'll be doing. Really, what we need is an electronic version of a paper-based flip-chart.

We're already using a Wiki (MoinMoin-based) for our general project documentation, so this seems like a natural medium for managing our task list as well. However, I'd like something a bit more user-friendly than just a text-based list. Ideally, the tool would support checking off tasks, reordering, and setting responsible persons and due dates.

One of my team-mates suggested the Outlook tasklist, but I'm under linux so it's quite cumbersome for me. Can you suggest something more convenient?

link|improve this question

feedback

6 Answers

up vote 1 down vote accepted

If it doesn't need to be on your own server try Backpack from 37signals. It lets multiple users edit a list, reorder, mark complete, and more. There is an even simpler tool called Ta-da Lists if you don't need all of Backpack.

link|improve this answer
I'd be a bit wary of using a web-based tool for intelligence-sensitive data, but thanks for the suggestion - this might be useful for other contexts. – Kena Nov 5 '08 at 21:15
feedback

Did your look at Scrumworks ? It's not a wiki, but it handles the backlog items and the tasks in a satisfying manner. Plus it generates the burndown, shows the tendency for the end of the release.

There are a free version (basic) and a commercial version (Pro).

I used the free version for several months and I liked it for it does not get in the way of the team. You do not have to apply Scrum by the book, you can have iteration of whatever length you want ... One thing I missed in the basic version is the priting support, I had to use screenshots.

link|improve this answer
feedback

I prefer http://www.pivotaltracker.com/

It's a web-based service that keeps track of tasks that fit into this iteration and a backlog of them that are being put off for future iterations. It calculates your velocity to try to help you figure out how much will be included in your next release.

link|improve this answer
+1 PT is great. – hiwaylon Aug 19 '11 at 20:02
feedback

I use TodoList from AbstractSpoon and it's very streamlined and to the point. I love it and use it for everything.

http://www.abstractspoon.com/tdl_resources.html

link|improve this answer
feedback

For what it's worth I'm having success using github's issue tracking system for my tasks. It's simple and accessible.

It has the nice side effect that bugs will be in the same system as tasks, one less tool to manage.

It's only an option if your project is open source or you have a private account with github.

link|improve this answer
feedback

I am experimenting with Trello which is very easy to work with, and even can be managed via mobile apps.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.