Skip to main content

createTaskV2

Creates a Task

Arguments

assignToTeamIdID

The Team that the Task will be assigned to

assignToUserIdID

The User that the Task will be assigned to

associations[TaskV2AssociationCreateInput!]

The associations of the Task

autoAssignmentStrategy[TaskV2AutoAssignmentStrategy!]

The strategy to use for auto-assigning the Task

conditions[TaskV2ConditionInput!]

The conditions of the Task

descriptionHtmlString

The description of the Task

dueDateDateTime!

A deadline for the Task to be completed

expiresAtDateTime

The date and time the Task will expire

localIdID

The local ID of the Task

notifyAssigneesBoolean

Whether to notify the assignees of the Task

timeZoneString!

The timezone of the Task

titleString!

The title of the Task

typeTaskV2Type!

The type of the Task

Returns

CreateTaskV2Payload!