How we can fetch the all Plan details of a project from IBM RTC Using Plain Java API ?
One answer
This is an entry point into the plan API: https://rsjazz.wordpress.com/2015/06/11/creating-plans-with-the-plain-java-client-api/ it is basically all I have.
Comments
HI Ralph,
I have gone thorugh you blog, that is for creating the Plan.
But I want to fetch the created plan details and need to display in my standalone program. I am New To IBM RTC.
Regards,
Ramesh
Consider looking at IIterationPlanRecord, which has a bunch of getters.
Ralph, In IIterationPlanRecord no method is not giving the Plan Details. please give some code example.
Regards,
Ramesh