Is there a RQM REST API available to trigger "Repair back link" functionality in 4.0.1 ?
One answer
Comments
I know that we can use REST API to Repair back link but this would require a lot of custom code which is very difficult to manage for a variety of reasons. The XML feed returned by Rest API differ among different versions of CLM and DOORS ( e.g. CLM 4.0.1 and 4.0 have different tags in XML feed). I wanted to piggy back on the "Repair back link" functionality that is provided in RQM 4.0.1. Looking for a URL (REST URL) that will trigger the functionality and fix the back link. I expected IBM to do this as they went half way in fixing the issue but didn't go through to completely eliminating it. IBM should have called the Repair functionality after making a copy of a Test Case that has a link to DOORS requirements but instead they left it to the user to manually do it. Now imagine if we copy 500 Test cases at once then it is painful to fix all back link issues 1 by 1.
No, there is no REST API to discover and repair missing backlinks (https://jazz.net/help-dev/clm/topic/com.ibm.rational.test.qm.doc/topics/t_set_userprefs_qm.html). You would have to manually update referenced RM/CM resource using the OSLC RM V2/OSLC CCM V2 APIs in RRC/RTC.
Hi.
How can we manually update the referenced RM resource.
Any leads, please let me know.
Thanks
Vaibhav
Vaibhav, you would need to use the OSLC QM V2 API (http://open-services.net/bin/view/Main/RmSpecificationV2).