#DNG-RPE How to get the content of the "ValidatedBy" link in a DNG module using RPE
In a DNG-RPE caneva, exporting requirements,
I have I have creatd a RQM data Source configuraion, getting the dataSource/artifact/traceability/links/Link/relation/_value of and applied a condition : " title == "validatedBy" " to get the "Validated By" link. And then, get the request : "dataSource/artifact/traceability/links/ValidatedBy/content/description/_value"
The idea is to switch to RQM, when the link validated by is found in the DNG module.
In fact, I made a lot of tests from DNG, from RQM , with condition, affectations, ….
Nothing works until now.
Please I need help to get the content of the "Validated By" link type : identifier, description, custom attributes&categories and results.
One answer
dataSource/artifact/traceability/links/ValidatedBy/relation will give the OSLC based href for RQM artifact. Since the OSLC v2 API is not as fully functional as the Reportable REST API, we should convert from OSLC v2 API to the Reportable REST API so that we can print any details of the RQM artifact.
Comments
Could you please find a way to transfer this .dta file (with the help of a Internet Server) ? I think this would help me a lot, because its seems that this is the information I am looking for.
You can find it here.
text_rm is SNG text data source, testcase_qm is RQM QM schema and ETM OSLC Schmea_testcase is RQM OSLC schema.
thank you for your help