Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Software tool for agile project management [closed]

We user JIRA for bug tracking and release management and we have started using greenhopper for project management inside of JIRA but one thing that it lacks is the idea of user stories versus tasks in those users stories. Does anyone recommend other task board like agile project management tools that fully support users stories and tasks as well as being fast and simple to user. I started looking at targetprocess so if anyone has feedback on that specifically it would be great as well.

like image 882
leora Avatar asked Nov 16 '08 00:11

leora


2 Answers

TargetProcess is the least intrusive project mgmt tool I've used.

like image 93
Todd Brooks Avatar answered Sep 28 '22 16:09

Todd Brooks


A common anti-pattern for Scrum and XP teams is to break stories down into tasks, track those tasks, and at the end of the iteration notice that all tasks are done, but the user stories aren't (because they are more than just the sum of their tasks).

I highly recommend not tracking tasks at all. Brainstorm them for estimation, if you like, but always estimate and track whole stories. If a story is to big, break it down into smaller stories - that sometimes takes some creativity, but it's almost always possible.

You can use sub-issues in Jira to aggregate stories into bigger stories, although this isn't very well supported by greenhopper, as far as I remember. If your team is colocated, I would very highly recommend index cards on a white board, anyway - even additionally to Jira, if you have to (that's how we currently work).

like image 25
Ilja Preuß Avatar answered Sep 28 '22 18:09

Ilja Preuß