Rest APIS and project renaming
It seems that after renaming a project in RQM, I still need to use the old project name to build the URL to access the artifacts using the rest APIs.
For example : https://10.10.23.61:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/My Project/testcase Works fine. Rename the project to My Good Name https://10.10.23.61:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/My Good Name/testcase fails. I see two behaviors : Either 400 error or empty results. https://10.10.23.61:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/My Project/testcase Still works after the rename. IS there some kind of caches that needs to be refreshed? Which project name the new artefacts will use? Eric. |
One answer
The API uses the project name alias, which never changes (see https://jazz.net/wiki/bin/view/Main/RqmApi#projectAlias).
|
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.