09-05-2008, 11:07 AM
|
Kabwla
Joined on 07-28-2008
Culemborg - Netherlands
Posts 105
|
Feature request: Advanced state sorting.
|
|
|
|
|
I, as a developer, would like the sort-order for the PBI (delivery order and state) to consider the state of the SBI.
In the example below, all PBI have the same busines priority and delivery order.
PBI 1- not done, SBI 1- not done
PBI 2- not done, SBI 2- not done
PBI 3- not done, SBI 3- not done
I finish work on SBI 1, but it's not tested yet (somebody else has to test it). The current sort implementation would sort the list as this.
PBI 1- not done, SBI 1- ready for test
PBI 2- not done, SBI 2- not done
PBI 3- not done, SBI 3- not done
This is because the PBI 1 state is still "not done" In view of the Scrum, this is correct. In my view as a programmer, this is not correct.. I do not have to work on the PBI, for me it's "allmost done"
Since the SBI's state will be set to done, only after a succesfull demo (at the end of the sprint) most of the PBI will have a state of "not done/ in progress" for the entire duration of the sprint, making the sort-by-state option more or less impractical.
If the state of the SBI's would be considered in determining the sort order, the list could be sorted like this:
PBI 2- not done, SBI 2- not done
PBI 3- not done, SBI 3- not done
PBI 1- not done, SBI 1- ready for test
and after working on SBI2
PBI 3- not done, SBI 3- not done
PBI 1- not done, SBI 1- ready for test
PBI 2- not done, SBI 2- ready for test
This will enable us to have the Sprintitems that we have to work on, allways remain at the top of the view. (without toying with the delivery order or priority)
"Anything one man can imagine, other men can make real." - Jules Verne.
|
|
|
|
|
Report
|
|
|
|