Lyo::OSLC::RTC::CM: How to add a new related artifact link to a workitem
![]()
Jens Felderhoff (1●1●2)
| asked Oct 09 '13, 1:10 p.m.
retagged Oct 11 '13, 1:39 p.m. by Ralph Earle (257●3●9) I try to deploy the Lyo::OSLC::RTC::CM Perl module to manipulate workitems in our repository. Now I want to add an additional rdf:resource to the rtc_cm:com.ibm.team.workitem.linktype.relatedartifact.relatedArtifact collection of a workitem. However, the method workitemUpdate only seems to allow the manipulation of existing elements in the array representation of the resource collection, because it throws a
at me. How can I "push" a new link into the array? |