It's all about the answers!

Ask a question

RTC - Retrieve plan from iteration


Jason Hampton (1113) | asked Oct 01 '17, 12:17 p.m.
edited Oct 02 '17, 10:04 a.m.

 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!

Be the first one to answer this question!


Register or to post your answer.