For Planned For, this is working for me:
repository = TeamPlatform.getTeamRepositoryService().getTeamRepository(uri);
IItemManager itm = repository.itemManager();
IIteration contributor = (IIteration) itm.fetchCompleteItem(origWorkItem.getTarget(), IItemManager.DEFAULT, null);