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 -
Name -
Status -
Creator ID -
Creator Username -
Creator Email -
Assignees -
Watchers -
Due Date -
URL -
List ID -
List Name -
Project ID -
Project Name -
Folder ID -
Folder Name -
Space ID -

Full Metadata