What determines the order of iterations in the timelines view?
What determines what order the iterations display under the same timeline? In our case they are all children of the timeline, not of each other. Is it the Identifier, the Display Name, Start Date or End Date or a combination of these, or is it by the date you created the iteration? Having a hard time reorganizing iterations in an existing project.
Accepted answer
Hi Tina,
The initial order is "by creation" (the iteration which was created last appears at the bottom). Then you can move it to the appropriate location. In the web UI you could use drag-and-drop and in the eclipse client use the "Move the Selected Iteration" button.
Regards,
-Vlad
The initial order is "by creation" (the iteration which was created last appears at the bottom). Then you can move it to the appropriate location. In the web UI you could use drag-and-drop and in the eclipse client use the "Move the Selected Iteration" button.
Regards,
-Vlad
Comments
Moving works only if we are changing the iteration. cannot move an iteration under the same parent to position.
Example: it is currently sorted on creation date in ascending order. It is not possible to change it to descending order.
Sample:
2013
M1 [1/1/13 - 31/1/13]
M2 [1/2/13 - 28/2/13]
M3 [1/3/13 - 31/3/13]
Cannot be changed to
2013
M3 [1/3/13 - 31/3/13]
M2 [1/2/13 - 28/2/13]
M1 [1/1/13 - 31/1/13]
Any suggestions how to achieve this.
Thanks,
Radha