It's all about the answers!

Ask a question

How to fetch all the Timelines and Iterations programatically using Plain java API ?


Akshay Panchakshari (37429) | asked Nov 08 '16, 6:10 a.m.
We have requirement to list all the Timelines and iterations under each timeline . how to do this using plain Java API ?

Thanks
Akshay P.

Accepted answer


permanent link
Ralph Schoon (63.3k33646) | answered Nov 08 '16, 7:18 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
IDevelopmentLineHandle[] developmentLineHandles = projectArea.getDevelopmentLines();


Here is the timeline and iteration API: https://rsjazz.wordpress.com/2012/10/05/handling-iterations-automation-for-the-planned-for-attribute/



Akshay Panchakshari selected this answer as the correct answer

Your answer


Register or 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.