...
status | See ApiCodytTask for possible values. | Optional | ||||||
deadline | The job deadline. | Optional | ||||||
labels | Set a label: "labels": [ { "id": 10, "value": 1 }, … ] Clear a label: "labels": [ { "id": 10, "value": null }, … ] See Custom labels to get the list of labels. | Optional | ||||||
customfields | A json array containing a list of custom field ids and values. See below for details. Example:customfields:
See Custom fields to get the list of custom fields. | Optional | ||||||
assignment | A json containing assignment details (assignment type, person, etc.). | Optional |
...