How can I programmatically get the list of Plans in an RTC Project Area?
Hi! I wish to programmatically get the list of plans in an RTC Project Area and display it in WebUI.
Will be grateful for any hints. |
Accepted answer
there are no direct apis or methods to do this.. I am building a native java client to do this.
the key call is IterationPlanClient.fetchAllIterationPlans(ItemProfile.FULL_PROFILE,null); Sam Serghei Zagorinyak selected this answer as the correct answer
Comments
Serghei Zagorinyak
commented Aug 23 '12, 9:29 a.m.
Sorry, but the jazz.net search returns only 2 links on IterationPlanClient that are not really descriptive. Could you please be more specific?
Serghei Zagorinyak
commented Aug 23 '12, 9:31 a.m.
And there is another question of mine you might know an answer for. It's about assigning WorkItems to Plans. https://jazz.net/forum/questions/85851/how-can-i-create-a-workitem-in-a-certain-rtc-project-areas-plan-via-rest-api Could you take a look, please? You don't assign a workitem to a PLAN.. you assign it to an ITERATION..(planned for)
Serghei Zagorinyak
commented Sep 04 '12, 9:43 a.m.
Yes, I've already discovered that. I was mislead. Thanks for your answer. |
One other answer
IterationPlanClient is not documented in the javadoc you will have to load the source from the jar files
<br>plugin view, com.ibm.team.apt.common, import source |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.