Basic Information

appmixer.clickup.core.UpdateTask

1.0.0

Public

Create a new task in ClickUp.

Input Ports

in

FieldTypeDescription
Task ID number Specify the task ID to update.
Name text Specify the name of the task.
Description text Specify the description of the task.
Status select Specify the task status.
Priority select Specify the priority of the task.
Due Date date-time Specify the due date of the task.
Due Date Time toggle If true, the time of due date will be included.
Start Date date-time Specify the start date of the task.
Start Date Time toggle If true, the time of start date will be included.
Notify All toggle If 'Notify All' is true, notifications will be sent to everyone including the creator of the comment.
Parent Id text

You can move a subtask to another parent task by including "parent" with a valid task id.

You cannot convert a subtask to a task by setting "parent" to null.

Archived toggle If 'Archived' is true, the task will be archived.

Output Ports

out

FieldTypeDescription
Task ID string -
Custom ID string -
Name string -
Text Content string -
Description string -
Status object -
Order Index string -
Date Created string -
Date Updated string -
Date Closed string -
User object -
Assignees array -
Watchers array -
Tags array -
Priority object -
Due Date string -
Start Date string -
Time Estimate (ms) number -
Custom Fields array -
URL string -
List object -
Project object -
Folder object -
Space object -

Full Metadata