It's all about the answers!

Ask a question

OSLC DnG: How to get validatedBy links?


Param S (278) | asked Apr 01 '20, 2:06 p.m.

Greetings to all!


I need to get the validatedBy links for DnG artifacts for a Module artifact format.

I had expected that by formulating a URL similar to below I would get the validatedBy links under the traceability element, but the HTTP response never returns the traceability of validatedBy links:

String mainUrl = serverAddress + "/rm/publish/resources?"
+ artifactUuid + "=" + artifactURI + "&projectURI="
+ projectUuid + "&oslc_config.context=" + gcmConfigurationURL
+ "&linksonly=true"

Please let me know if a different/addtional query parameter needs to be added

One answer



permanent link
Cristobal Sandoval (862) | answered Apr 10 '20, 4:56 p.m.

 ValidatedBy links are owned by QM application, probably those could be retrieved using QM's api https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.rational.test.qm.doc/topics/qm_r_rest_api.html&scope=null

Your answer


Register or to post your answer.