How do i access the workitem from a plan through the RTC API
![]()
I have the IIterationPlanRecord. I need to traverse the workitems associated with that plan. How can i do that?
|
Accepted answer
![]()
I finally found the solution.
Used the IIterationPlanService.fetchPlannedWorkItems - gave me the workitems associated with the plan Identified the ranking attribute of the work items and sorted through that. Ralph Schoon selected this answer as the correct answer
|
Comments
The Plan API is internal as far as I am aware. I know however, that others have done this.