How to get iterations which belongs to specified team area using plain java API?
Accepted answer
For all I know the team areas are associated to the timeline/development line and not to the iterations.
I had a quick look, and I would suggest trying
com.ibm.team.workitem.common.IAuditableCommon.getDevelopmentLine(ITeamAreaHandle, IProgressMonitor). The iterations are defined in the development line.