Why RTC Status field is shown as read only in RTC API
We are using RTC API for integrating RTC
Accepted answer
I documented how the state of a work item can be modified using the OSLC CM API by providing workflow action.
One other answer
You can not write the status, as it is not a normal attribute. The state of a work item must be changed using a workflow action. There is a deprecated API call setState2(Identifier value) to set the state directly available in the Client API , but it should not be used as it does not trigger a state change and that could impact behavior related to workflow actions. See https://rsjazz.wordpress.com/2012/11/26/manipulating-work-item-states/ for a more complete discussion.
Comments
Thank you for your answer
The RTC reportable REST API is intended for reporting only, not updating the artifacts. See the Introduction section of the document.
https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI#Introduction
1 vote
I assume that Test Jazz is referring to the OSLC REST API or the internal REST API, and not the reportable REST API.