How to fetch all the Timelines and Iterations programatically using Plain java API ?
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
Ralph Schoon (63.5k●3●36●46)
| 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
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.