API to Create link to Work Item from RQM Test Case
Hi All,
Accepted answer
To add or remove a link using OSLC APIs you will follow these steps, which are the same for creating links as for updating other properties:
- Obtain, or GET, the artifact that you want to create the link from
- Add or remove the link from the artifact body
- Update, or PUT, the modified artifact
One other answer
Comments
Note that Fabian stated that these are instructions for linking artifacts in an "opt-out" QM project area ... where "opt-out" means that configuration management is not enabled in that project area. Based on your example, it appears that your QM project area is "opt-in", i.e. has configuration management enabled. For linking a work item to an opt-in QM artifact, you only create the link on the work item (not on the QM artifact). The link from the QM artifact to the work item (which is often called a "back-link") is computed by the QM application by querying the LDX database.
1 vote
Thanks for confirmation clemm.