How to remove some workitems from Workitem list attribute using OSLC API
One answer
As far as my knowledge of OSLC goes, it expects all the data representing the artifact in the request body. An update of an existing resource is done by a PUT request.
So I would suggest to remove the work item ID's from the list of the work items of that attribute and then PUT.
Comments
Hello Ralph,
Removing few workitems from RTC workitem list attribute is possible using OSLC API but when I tried to remove all workitems of that attribute, it is not working properly.
Can you give us idea on this?? How we can remove all workitems of a workitemlist attribute using OSLC API.
I have not worked with OSLC APIs a lot. I would suggest you have a look how the list attribute looks if it is empty (for an existing work item) and return that.