Create a new task

Create a new task with standard fields like title, description, priority, due date, optional scheduled date (when enabled in task fields), and assign it to one or more users.

Body Params
string
required
length ≤ 255

Task title (maximum 255 characters)

string

Detailed description of the task

string
enum
required

Priority level of the task

Allowed:
date
required

Due date in ISO format (YYYY-MM-DD)

date

Scheduled date in ISO format (YYYY-MM-DD). Optional in this request schema; required only when scheduledDate is enabled in the task-fields list response.

assignedTo
object
required

Object containing array of users to assign the task to

uuid
required

Unique identifier of the creator user (will be set as assignedBy)

customFields
array of objects

Array of custom field values

customFields
attachments
array of uuids

Array of file UUIDs to attach to the task

attachments
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json