How to links artifacts/Requirements using Custom link in DNG through OSLC rest api
![]()
Hi,
I have created Custom link in DNG/RRC project area(Setting->Manage Project Properties->Link types->Add). Consider the link type "YYY"(bi-directional yyy1->yyy2) I want to link RRC/DNG artifacts(Requirement type) using above custom link type("YYY"). How can I achieve this using OSLC rest API. Sample code for same will be very much helpful. Thanks in advance |
4 answers
![]()
Hi,
In 5.0 you will not be able to create new internal or customer links, you will have to move to 5.0.2. I think that in 5.0 you will have the links exposed as read only in OSLC GET to teh artifact, entries representing those links will looks like : <rm_property:_s2YtoeUGEeSLk4svMxbYqg rdf:resource="https://gradev1.ibm.com:9444/rdm/resources/_pAPcIeT-EeSLk4svMxbYqg"/> Links only show up in the originator artifact, so if they do not show up in one oslc get try to get the other link end point. |
![]()
Hi,
In 5.0 you will not be able to create new internal or customer links, you will have to move to 5.0.2. I think that in 5.0 you will have the links exposed as read only in OSLC GET to teh artifact, entries representing those links will looks like : <rm_property:_s2YtoeUGEeSLk4svMxbYqg rdf:resource="https://gradev1.ibm.com:9444/rdm/resources/_pAPcIeT-EeSLk4svMxbYqg"/> Links only show up in the originator artifact, so if they do not show up in one oslc get try to get the other link end point. |