Overview
Use this blueprint to update details of an existing task
Variables
|
Name |
Reference |
Type |
Required |
Default |
Options |
Description |
|---|---|---|---|---|---|---|
|
Access Token |
CLICKUP_ACCESS_TOKEN |
Password |
✅ |
- |
- |
API Token generate from ClickUp |
|
Task ID |
CLICKUP_TASK_ID |
Alphanumeric |
✅ |
- |
- |
The ID of the task you wish to edit |
|
Task Name |
CLICKUP_NAME |
Alphanumeric |
➖ |
- |
- |
The text you want to change the task title to |
|
Description |
CLICKUP_DESCRIPTION |
Alphanumeric |
➖ |
- |
- |
This text will be shown in the description section of the task |
|
Tags |
CLICKUP_TASKS |
Alphanumeric |
➖ |
- |
- |
The tags you wish to add to the task |
|
Due Date |
CLICKUP_DUE_DATE |
Alphanumeric |
➖ |
- |
- |
The due date you wish to assign to the task |
|
Status |
CLICKUP_STATUS |
Alphanumeric |
➖ |
- |
- |
The name of the status you wish to move the task to |
|
Task Parent ID |
CLICKUP_PARENT |
Alphanumeric |
➖ |
- |
- |
If you wish to move an existing ticket under another ticket as a subtask |
YAML
Below is the YAML template
source:
template: Clickup - Edit Task
inputs:
CLICKUP_ACCESS_TOKEN:
CLICKUP_TASK_ID:
CLICKUP_NAME:
CLICKUP_DESCRIPTION:
CLICKUP_TASKS:
CLICKUP_DUE_DATE:
CLICKUP_STATUS:
CLICKUP_PARENT:
type: TEMPLATE
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- 200
- 201
- 202
- 203
- 204