How to find sub Iterations of an Iteration
Hi,
I am using RTC4.0.4 and BIRT 2.6.2. I am trying to list iterations under one iteration. How to do it? Iteration structure is as follows:
Timeline: --> Project Timeline
Iteration 1
Iteration 1.1
Iteration 1.2
Iteration 1.2.1
Iteration 1.2.2
Iteration 2
Iteration 2.1
Iteration 2.2
What I am looking for is to list sub iterations. For example upon passing "Iteration 1.2" as parameter, I shall be getting
Iteration 1.2.1
Iteration 1.2.2
Finally by selecting parent Iteration, I should be able to list all work items mapped to child iterations.