POST/projects/api/v3/tasks/{taskId}/customfields.json
Add task custom field value.
Add a task custom field value.
Path Params
- Name
taskId
- Type
- integer
- required
- Description
Body Params
- Name
customfieldTask
- Type
- object
- Description
- CustomFieldValue contains all the information returned from a customfield.
- Name
customfieldTaskOptions
- Type
- object
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Created
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
ErrorResponse defines how []Error should be marshaled to JSON.
- Code
- 403
- Type
- object
- Schema
- Description
- 403 Forbidden
ErrorResponse defines how []Error should be marshaled to JSON.
201 Created
responseTask
{ "customfieldTask": { "countryCode": "string", "createdAt": "string", "createdBy": 0, "currencySymbol": "string", "customfield": { "id": 0, "meta": {}, "type": "string" }, "customfieldId": 0, "id": 0, "task": { "id": 0, "meta": {}, "type": "string" },