OSLC APIs to write the links for implemented by link in Doors NG
2 answers
You usually do not store links on requirements in DOORS Next to non-requirements artifacts. As I mentioned, the Implements Requirement link is a link owned by a change request and references a requirement. See https://docs.oasis-open-projects.org/oslc-op/cm/v3.0/os/change-mgt-shapes.html#changerequest for details - look at
oslc_cm:implementsRequirement
.
Although there is an inverse
oslc_rm:implementedBy
relationship defined by https://docs.oasis-open-projects.org/oslc-op/rm/v2.1/os/requirements-management-shapes.html#RequirementShape, this is never stored in DOORS Next. Instead, DOORS Next queries LDX for incoming
oslc_cm:implementsRequirement
from change requests.
So your question should be how to store such links on change requests.
Comments
David Honey
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Apr 25 '23, 5:42 p.m.Have you looked at https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding and https://jazz.net/wiki/bin/view/Main/CALM2010LinkTypes?
The implemented by relationship is the inverse of implements which is part of change management and stored on work items (not requirements).
A A
Apr 26 '23, 4:54 a.m.Which OSLC API can be use to set the links called implemented by ?
A A
Apr 26 '23, 4:46 a.m.Which OSLC API can be use to set the links called implemented by ?