how to find the REST API id of an RQM asset
I am using the RQMCopyUtility (yes I know its unsupported), but as its given out with all installation I'm trying to use this to get some data from one server environment to another. I wanted to test it out using a specific RQM test plan ID (177) which is the UUID .. the RQMCopy utility fails as its looking for REST API id of the asset not the UUID
One answer
As per the documentation https://jazz.net/wiki/bin/view/Main/RqmApi the URL to get the RQM asset with the reportable REST API based on your data above is:
https://{servermame}:9443/qm/secure/service/com.ibm.qm.integration.service.IIntegrationService/{projectname}/{artifactType}/urn:com.ibm.rqm:{artifactType}:{artifactId}
<o:p> </o:p>
Note that mine looks a bit different my <integrationUrl> is https://{servermame}:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService . (rqm not qm in the middle)https://{servermame}:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/{projectname}/{artifactType}/urn:com.ibm.rqm:{artifactType}:{artifactId} (based on 7.0.2)
<o:p> </o:p>
<o:p> </o:p>
Comments
I got a result, but I've tried all combinations of the value but the importlog returns this