Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

fetch sub iterations of a project area using java api

Hello,

 I have a list of iterations in my project area. Under those parent iterations, I have many child iterations. But when I fetch all iterations using java api, i get a list only for parent iterations. How can I get the child iterations?

Regards,
Sudipto

0 votes


Accepted answer

Permanent link
for each timeline, call getIterations() to get the list of child iterations.
and you can also call getIterations() on an iteration..

getChildren()  will get you the count if there are any.

I made a little recursive routine to process the iteration tree.
Sudipto Sarkar selected this answer as the correct answer

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,949

Question asked: Dec 17 '15, 6:37 a.m.

Question was seen: 1,536 times

Last updated: Dec 17 '15, 7:54 a.m.

Confirmation Cancel Confirm