How to fetch all "Application Lyfecycle projects" from RTC using plain Java API?
Hi All,
I want fetch all project area which type is "ALM" i.e application project area. Currently I successfully fetched all project area and team area from CCM but requirement is from all applications i.e. ccm,rm,rqm,dm I want only those projects which are associated with all application and type is ALM?
Waiting for your valuable feedback
Accepted answer
2 other answers
Since there is no (official) java API for all applications you will have to use REST/OSLC to do that for all I know.
Comments
@Anurag Patel, I am also looking for fetching lifecycle project from CLM. Did you found a way to do it using Rest api?