Skip to main content
Skip table of contents

Clickup - Create Task

Overview

Use this blueprint to create a task in Clickup

Variables

NameReferenceTypeRequiredDefaultOptionsDescription
Access TokenCLICKUP_ACCESS_TOKENPassword--The api token generate from clickup.
List IDCLICKUP_LIST_IDAlphanumeric--The id of the list you wish the created task to be assign to
Task NameCLICKUP_NAMEAlphanumeric--The main title of the card
DescriptionCLICKUP_DESCRIPTIONAlphanumeric--This text will be added to the description section of the newly created task
TagsCLICKUP_TAGSAlphanumeric--One or more tags you wish to be added to the newly created task
Due DateCLICKUP_DUE_DATEAlphanumeric--The due date you wish to assign to the task
StatusCLICKUP_STATUSAlphanumeric--The task status you wish to assign to the ticket such as In Progress
Parent Task IDCLICKUP_PARENTAlphanumeric--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

YAML

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

      
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.