Support Linking Clickup Tasks with Custom Task IDs
T
Taber Hust
This is an old request, but I want to bump this up!
Our team is also using custom task IDs, and this feature seems like it would be fairly easy to implement. It's two simple query parameter attached to the API request (https://clickup.com/api/clickupreference/operation/GetTask/#tag/Tasks/operation/GetTask!in=query&path=custom_task_ids&t=request)
For instance, rather than providing a url like /t/<someTaskId>, the url would instead be /t/<teamId>/<customTaskId>. If the url provided matches that pattern, then you would set custom_task_ids query param to true and team_id query param to the <teamId> from the url