Skip to main content
Skip table of contents

Clickup - Edit Task

Overview

Use this blueprint to update details of an existing task

Variables

NameReferenceTypeRequiredDefaultOptionsDescription
Access TokenCLICKUP_ACCESS_TOKENPassword--API Token generate from ClickUp
Task IDCLICKUP_TASK_IDAlphanumeric--The ID of the task you wish to edit
Task NameCLICKUP_NAMEAlphanumeric--The text you want to change the task title to
DescriptionCLICKUP_DESCRIPTIONAlphanumeric--This text will be shown in the description section of the task
TagsCLICKUP_TASKSAlphanumeric--The tags you wish to add to the task
Due DateCLICKUP_DUE_DATEAlphanumeric--The due date you wish to assign to the task
StatusCLICKUP_STATUSAlphanumeric--The name of the status you wish to move the task to
Task Parent IDCLICKUP_PARENTAlphanumeric--If you wish to move an existing ticket under another ticket as a subtask

YAML

Below is the YAML template

YAML

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

      
JavaScript errors detected

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

If this problem persists, please contact our support.