Can you not update the AdapterTask via the API?
One answer
Hi,
Adapter task can be updated via the API - https://jazz.net/wiki/bin/view/Main/RqmApi .
For example - if you try to change the progress tag via a PUT call, then it should update the progress on the task.
What attribute you are trying to update? If the update was not made then it should not return 200. May be in that case it is a defect.
Could you provide some example or sample?