How can I programmatically get the Team Area Hierarchy?
I am using the RTC 3.x api. I know I can use
ListIterator teams = projectArea.getTeamAreas().listIterator(); to get the Teams, but it does not maintain the hierarchy as far as I can tell. There is no way to differentiate a team from a sub-team. Please help. Thank you. |
Accepted answer
projectArea.getTeamAreaHierarchy()
ITeamAreaHierarchy getTeamAreaHierarchy()
David Rocks selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.