Using Clearquest as Defect Provider then moving CQ DB to another server does this break links
CLM 6.0.4 ifix5
Clearquest 7.1.2.6, upgrading to 8.0.1.15
We have a CLM instance where RQM is linked to Clearquest as the defect provider.
If we move our Clearquest Database and CQ Web Server to different servers will we completely destroy the links between our failed tests in RQM and their associated defects in CQ. Or even though the URL for CQWEB/oslc link is now pointing at a different server but using the same underlying database will those failed tests to defects links still be maintained?
Does anyone have an understanding of this linking process?
Accepted answer
Comments
Note, there's a manual step required:
1. Add the following mappings to the generated mapping file:
source=https://<source>:<port>/cqweb/oslc/repo/<dbset>/discovery
target=https://<target>:<port>/cqweb/oslc/repo/<dbset>/discovery
source=https://<source>:<port>/cqweb/restapi/<dbset>/<database>?format=html
target=https://<target>:<port>/cqweb/restapi/<dbset>/<database>?format=html
source=https://<source>:<port>/cqweb/oslc/repo/<dbset>/db/<database>
target=https://<target>:<port>/cqweb/oslc/repo/<dbset>/db/<database>
See PMR 50485,082,000.