Overview
Use this blueprint to create a task in Clickup
Variables
|
Name |
Reference |
Type |
Required |
Default |
Options |
Description |
|---|---|---|---|---|---|---|
|
Access Token |
CLICKUP_ACCESS_TOKEN |
Password |
✅ |
- |
- |
The api token generate from clickup. |
|
List ID |
CLICKUP_LIST_ID |
Alphanumeric |
✅ |
- |
- |
The id of the list you wish the created task to be assign to |
|
Task Name |
CLICKUP_NAME |
Alphanumeric |
✅ |
- |
- |
The main title of the card |
|
Description |
CLICKUP_DESCRIPTION |
Alphanumeric |
➖ |
- |
- |
This text will be added to the description section of the newly created task |
|
Tags |
CLICKUP_TAGS |
Alphanumeric |
➖ |
- |
- |
One or more tags you wish to be added to the newly created task |
|
Due Date |
CLICKUP_DUE_DATE |
Alphanumeric |
➖ |
- |
- |
The due date you wish to assign to the task |
|
Status |
CLICKUP_STATUS |
Alphanumeric |
➖ |
- |
- |
The task status you wish to assign to the ticket such as In Progress |
|
Parent Task ID |
CLICKUP_PARENT |
Alphanumeric |
➖ |
- |
- |
If you wish to create a subtask- this is the task id that a subtask would be created under |
YAML
Below is the YAML template
source:
template: Clickup - Create Task
inputs:
CLICKUP_ACCESS_TOKEN:
CLICKUP_LIST_ID:
CLICKUP_NAME:
CLICKUP_DESCRIPTION:
CLICKUP_TAGS:
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