Jazz Register Log in
Jazz Forum Welcome to the Jazz Community Forum

Welcome to the Jazz Community Forum

Connect and collaborate with IBM Engineering experts and users

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.
I looked through the Process REST API but couldn't find any information about getting the plan list. 

Will be grateful for any hints.

0 votes


Accepted answer

Permanent link
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

0 votes

Comments

Sorry, but the jazz.net search returns only 2 links on IterationPlanClient that are not really descriptive. Could you please be more specific?

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)
there may or may not be a PLAN created for that iteration..
Iteration = time span
Plan =
work = Backlog
over time = Iteration
by people = Team

Yes, I've already discovered that. I was mislead. Thanks for your answer.


One other answer

Permanent link
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

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,988

Question asked: Aug 23 '12, 9:06 a.m.

Question was seen: 5,686 times

Last updated: Sep 04 '12, 9:43 a.m.

Confirmation Cancel Confirm