Hi all,
Have started using the API v3 for creating changes, and don't seem to be able to update the stage and status of a newly created change. I am using the following API:
With the following input data:
- "change": {
- "stage": { "id": "2"},
- "status": { "id": "16"},
- "comment": "This is a test"
- }
The error being returned is:
- {"response_status":{"status_code":4000,"messages":[{"status_code":4009,"field":"change_stage","type":"failed","message":"Given field is not editable"}],"status":"failed"}}
I am able to change the stage and status through the web portal. These fields aren't listed as read-only in the documentation; however, I've found the documentation to be unreliable while working with this API. Does anyone have a working example of this they could share?
Regards,
Ed