Can I enforce a certain ID of an artifact when I upload through RQM URL Tool?
![]()
Dmitriy Drinfeld (11●1●2)
| asked Jun 21 '12, 10:54 a.m.
edited Jun 21 '12, 11:01 a.m. by Seth Packham (1.4k●4●22●13)
Is it possible to enforce a certain ID on an artifact that is being uploaded to the server using RQM URL Tool? I.e. I want a test case to have a certain ID so that I can add it to the test suite (which I also upload through RQM URL Tool later)...
|
One answer
![]()
Hi Dmitry,
When you upload a artifact to RQM using REST API,
An alternative to generate url without using externalID is this way https://localhost:9443/jazz/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Quality+Manager/testscript/urn:com.ibm.rqm:testscript:4 Here testscript is type of resource and 4 is the internal integer id. Hope it helps |