It's all about the answers!

Ask a question

OSLC APIs to write the links for implemented by link in Doors NG


A A (11) | asked Apr 25 '23, 1:28 p.m.

 Which OSLC API can be used to set/un set/update the implemented by /trace by/ affected by links type ?


Give the API for the same.

We want to add the Jira entity URL to Doors NG's implemented by using API.


Comments
David Honey commented Apr 25 '23, 5:42 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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 commented Apr 26 '23, 4:46 a.m. | edited Apr 26 '23, 4:54 a.m.

 Which OSLC API can be use to set the links called implemented by ?


Where we can set another system's entity URL ?


A A commented Apr 26 '23, 4:46 a.m.

 Which OSLC API can be use to set the links called implemented by ?


Where we can set another system's entity URL ?

2 answers



permanent link
David Honey (1.8k17) | answered Apr 26 '23, 5:02 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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.


permanent link
Ian Barnard (2.0k613) | answered Apr 26 '23, 8:09 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Apr 26 '23, 8:14 a.m.

Use the CCM OSLC API (in this case the Jira OSLC API) to create links that are stored in CCM work items, such as any of the links to requirements. You can't create these at the RM end.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.