api-dependencies | R Documentation |
Working dependencies xyz in ClickUp tasks (https://clickup.com/api).
cu_add_dependency(task_id, depends_on, dependency_of, cu_token = NULL)
cu_delete_dependency(task_id, depends_on, dependency_of, cu_token = NULL)
cu_add_task_link(task_id, links_to, cu_token = NULL)
cu_delete_task_link(task_id, links_to, cu_token = NULL)
task_id |
Task ID. |
depends_on |
A waiting on dependency of the task.
One and only one of |
dependency_of |
A blocking dependency of the task.
One and only one of |
cu_token |
ClickUp personal access token or an access token from the OAuth flow.
The |
links_to |
Link to another task. |
A cu object.
cu for the cu object class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.