How can I ensure ranking of parent work items is accounted for, when Child work items are managed in a seperate plan?
Scenario:
Feature |
Feature Rank |
Story |
Story Rank |
Feature1 |
1 |
Story 1 Story 2 Story 3 Story 4 Story 5 |
#4 - - - - |
Feature2 |
2 |
Story 6 Story 7 Story 8 Story 9 Story 10 |
#1 #6 #2 - - |
Feature3 |
3 |
Story 11 Story 12 Story 13 Story 14 Story 15 |
#3 #4 - - - |
3 answers
In recent versions of RTC, in a hierarchical planning view (such as the Work Breakdown view), if you invoke the "Apply Rank" operation, the items will be ranked in a way to respects the parent ranking. In particular, the parent items will be ranked 1, 2, 3, etc., and the child items will be given a hierarchical ranking. For example, the child items of the item ranked 2 will be given ranks 2.1, 2.2, 2.3, etc.
Thanks both for your responses. The issue is a little more complex than that stated, with multiple teams involved in delivery of the Stories, so I was trying to quickly determine if there were other means out there.