spinen / laravel-clickup

SPINEN's Laravel Package for ClickUp.
28 stars 14 forks source link

Field value update not working #25

Closed vaslv closed 3 years ago

vaslv commented 3 years ago

I am trying to update the value of a custom field in a task. It seems that the request path does not contain the identifier of the task in which you need to update the value of the custom field

ssfinney commented 3 years ago

Yeah, custom field setting is tricky. From the ClickUp API, get the ID of the custom field first with this endpoint: list/list_id/field

Then, you can update the custom field on a specific task with: task/task_id/field/field_id/?custom_task_ids=&team_id=

ssfinney commented 3 years ago

@vaslv Let me know what other questions you have, otherwise I'll close this