It's all about the answers!

Ask a question

How to fetch all "Application Lyfecycle projects" from RTC using plain Java API?


Anurag Patel (2137) | asked Jul 06 '18, 1:37 a.m.

 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


permanent link
Ralph Schoon (61.8k33643) | answered Jul 22 '19, 3:00 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Ralph Schoon selected this answer as the correct answer

2 other answers



permanent link
Ralph Schoon (61.8k33643) | answered Jul 06 '18, 1:49 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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 commented Jul 09 '18, 1:57 a.m.

 @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


Anurag Patel commented Jul 24 '18, 5:22 a.m.

@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?


Ralph Schoon commented Jul 24 '18, 11:44 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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.


permanent link
Vishakha Kansal (3114) | answered Jul 22 '19, 2:25 a.m.

@Anurag Patel, I am also looking for fetching lifecycle project from CLM. Did you found a way to do it using Rest api?

Your answer


Register or to post your answer.