How to list all the development timelines of a project area using java plain api?
![]()
I want to list all the development timelines of a given project area using java client api.
|
One answer
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Jan 10 '14, 4:57 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi, you can look at this post and get this information: https://rsjazz.wordpress.com/2012/10/05/handling-iterations-automation-for-the-planned-for-attribute/
The method findDevelopmentLine goes through all the development lines of a project area. |