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
Ralph Schoon (63.5k●3●36●46)
| 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
Ralph Schoon (63.5k●3●36●46)
| 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.
|
@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
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.