How to get project area's application name i.e ccm, rm,qm etc?
One answer
Hi Andrew,
As for a quick way.. you could look at the project areas of each application using REST API and see if its present..
https://<hostname>:9443/<context root>/rpt/repository/foundation?fields=foundation/projectArea/name
https://<hostname>:9443/<context root>/rpt/repository/foundation?fields=foundation/projectArea/name
replace "context root" as qm or ccm etc as per your environment..
Hope it helps!
I would allow other to share if there is a better way :)
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Mar 13 '20, 3:38 a.m.This question is ingenious in avoiding to provide any useful information.
Andrew Ciaz
Mar 13 '20, 5:04 a.m.I have project areas and I want find out in which application(ccm,qm,rm) the project area belongs to. Is there any Java API?
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Mar 13 '20, 5:22 a.m.What do you have describing the project area. What do you want to do? What API are you using?