RTC - Retrieve plan from iteration
![]() Hello,
I'm using the java RTC plain client. I have code to lookup the iteration from a workItem
IIteration iteration = (IIteration) fTeamRepository.itemManager().fetchCompleteItem((IIterationHandle) handle, IItemManager.DEFAULT, fMonitor);
I would like to have a URL link out to the plan that references this iteration.
I know the plans API isn't exposed, any one have any suggestion?
Thanks!
|