#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.