How to link artifacts using satisfy linktype programtically in Requirement managment?
![]()
Hello Team
My use case is I have Artifact1 in Module1 and Artifact2 in Module 2
I want to link Artifact1 and Artifact2 using satisfy linktype in Requirement Management programmatically using API/ or Rest service?
Could you please give any hint
Thank you
|
One answer
![]()
Ian Barnard (1.7k●6●13)
| answered Apr 23 '20, 8:19 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi
If you're using Java there is the Eclipse Lyo SDK - https://www.eclipse.org/lyo/ - this provides a very good starting point and you won't need to worry about the actual REST APIs.
This article gives you an introduction to the OSLC APIs https://jazz.net/library/article/1197
Also you should search the forum here, for example there is a discussion about creating a link here https://jazz.net/forum/questions/178365/how-to-add-satisfiedbysatisfies-link-in-dng-workitem-through-oslc-api
HTH
Ian
|