Creating a plan using RTC Java APIs?
![]()
Can anyone provide some sample code to create a plan in RTC using Java APIs?
Thanks Debdoot |
4 answers
![]()
Does the plan open through the RTC Eclipse client? As far as I recall, there was bug that prevented opening plans in Web UI (also Jazz may have issued a fix for some version - check with members on the Jazz team).
Comments Good point! The plan opens in Eclipse. I'm using V.3.0.1.3. I will test on 4.0. I'm in duscusion with Development on WI https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=65697 was this issue been resolved withe the Web UI ?
This doesn't work for me. 3.0.1.3. I get no errors, but nothing appears.
I left off the wiki to try, still nothing.
I did get a permissions error the first time, as I didn't have plan save permission
|
![]()
if I run my app on the system where I created the plans(4.0.3 GM). the missing plans show up in the list of all plans from
Never mind, dumb user error and poor checking on planService.save(project, plan, wiki); i used a bad IIteration Handle for the plan iteration. (iteration hadle not valid on this repository) should have thrown an error. |
![]()
Hi ...
I am trying to create Plan using java code mentioned above but facing some issues like which all API support
IIterationPlanService ,IIterationPlanRecord . Also not clear about the String type mentioned over here.
Can some one help me to get the working code for creating plan.
|
Comments
Hello Debdoot, have you ever found a solution? may you post a code snippet for this, if you got it? thanks Guido