How to get RQM project/process(repository object) area in CCM followup action?
Accepted answer
As far as I know, you have to use a REST API. This can be done using a REST client built into the RTC Java APIs. The rest client is shown in the project linked to https://jazz.net/wiki/bin/view/Deployment/CreateCustomScenarios#Using_the_Plain_Java_Client_Libr
Comments
@Ralph Schoon Thanks for your reply, but I dont have user name and password to fetch the details using REST. Is there any other way to fulfill the request without username and password
The tool uses this mechanism itself and it supports OAUTH some way. There is no way to avoid authentication when accessing the other tools.