Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example to update these 3 fields: { "customfields": …, "labels": …, "status": … }

 

statusSee ApiCodytTask for possible values.Optional
deadlineThe 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:

 

Code Block
[ {
	"Id": "CustomStr1", 
	"Value": "My field" 
}, 
{ 
	"Id": "CustomStr5", 
	"Value": "A-2233" 
} ]

See Custom fields to get the list of custom fields.

Optional
assignmentA json containing assignment details (assignment type, person, etc.).Optional

...

modeThe allocation mode. See ApiCodytTask for allocation mode values.Required
kickoffIf True, Always put the job in not started even if it should be inactive. Default value is False.optional
companyidThe company which will do the job. Can be null.optional
personidThe person which will do the job. Can be null.optional

...