POST/projects/api/v3/tasks/{taskId}/customfields/bulk/update.json

Update many task custom field values at once.

Edit many entries of task custom field values at once.

Path Params

  • Name
    taskId
    Type
    integer
    required
    Description

Body Params

    • Name
      customfieldTasks
      Type
      array
      Description
      EditCustomFieldValue contains all the information to update a project custom field value.

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 OK
    • 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.
    • Code
      404
      Description
      404 Not Found No Data
    • Code
      409
      Type
      object
      Schema
      Description
      409 Conflict
      ErrorResponse defines how []Error should be marshaled to JSON.

    Examples

    200 OK

    valuesResponseTask
    {  "customfieldTasks": [    {      "countryCode": "string",      "createdAt": "string",      "createdBy": 0,      "currencySymbol": "string",      "customfield": {        "id": 0,        "meta": {},        "type": "string"      },      "customfieldId": 0,      "id": 0,      "task": {        "id": 0,        "meta": {},        "type": "string"