clickupython
clickupython copied to clipboard
A client for working with the ClickUp API V2
When I set Priority in Clickup dashboard (e.g. High), I get this error ```python Traceback (most recent call last): File "C:\PROJECT\Clickup\main.py", line 29, in main click_up_client.fetch_data() File "C:\PROJECT\Clickup\request_manager\clickup\client.py", line 40,...
The options object within the TypeConfig is where you get the labels that map to the values for custom fields - they're currently omitted from this model.
Not all attachments are images. Suggesting that the 2 thumb values are optional as a result. Without making the 2 thumbs optional, validation errors are thrown when uploading non-images. It...
pydantic\main.py", line 406, in pydantic.main.BaseModel.__init__ pydantic.error_wrappers.ValidationError: 1 validation error for Task priority value is not a valid integer (type=type_error.integer) I managed to fix it by changing the int type to...
This is my code and I got Team authorization error: ```python c = client.ClickUpClient(API_KEY) tasks= c.get_tasks('90060136990') ``` and the error is : ``` ClickupClientError Traceback (most recent call last) Cell...
Hello, Just wondering if there will be support to update a custom field for a task. Thanks!
Can you please support the clickup docs feature? I assume I'll want to create, update, delete a document? Create - either from "text" or upload a file
Seeing some pydantic errors related to .get_teams() similar to [this issue](https://github.com/Imzachjohnson/clickupython/issues/48) ``` File "/usr/local/lib/python3.9/site-packages/clickupython/models.py", line 777, in build_teams return Teams(**self) File "pydantic/main.py", line 406, in pydantic.main.BaseModel.__init__ pydantic.error_wrappers.ValidationError: 5 validation errors...