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
@Ralph Schoon Thanks for your quick support. Using REST/OSLC it is possible to get all ALM projects from all the applications or I need to search applications(ccm, dng, rqm) one by one
@Ralph Schoon ...I tried OSLC code for same but it only fetch associate project areas using "https://d-server:port/qm/process/project-areas/_LF3esF9NEeiaBZsr9Dae0A/links"
. But I want to fetch "Lifecycle" projects using OSLC/REST. Could you please help?
I am not a REST API expert. I would suggest trying https://www.google.com/search?q=lifecycle+project+REST+API+site%3Ajazz.net or something similar.
@Anurag Patel, I am also looking for fetching lifecycle project from CLM. Did you found a way to do it using Rest api?