go-clickup icon indicating copy to clipboard operation
go-clickup copied to clipboard

Clickup go client

Results 4 go-clickup issues
Sort by recently updated
recently updated
newest added

Adding markdown description support when creating a task.

size/S

https://jsapi.apiary.io/apis/clickup20/reference/0/time-tracking-2.0/

i'm trying to collect ClickUp tasks which are updated after specific date. using this filter DateUpdatedGt. and order by updated field. as a result - DateUpdatedGt is not added to...

I tried to fetch The tasks by taskID, and it is working fine, but when i'm trying to ocnvert it to json format, it is getting this error, ` package...