latestOpenAPI 3.0.32026-08-20147323331.7 KB

a7231589e927

tasks

Create a task

Creates a new task with a title and optional metadata.

Rate limit: 60 requests per minute

post/tasks

Request body

account_idstring

Account ID for this task

assignee_idstring

Assignee ID for this task

body_htmlstring

Body HTML for this task

customer_portal_visibleboolean

Customer portal visible for this task

due_datestring

Due date for this task, in RFC 3339 format

milestone_idstring

Milestone ID for this task

parent_task_idstring

Parent task ID, to create this task as a subtask

project_idstring

Project ID for this task

statusstring
titlestring required

Title for this task

Response

request_idstring

The request ID for tracking.

Example response

{
  "data": {
    "custom_fields": {
      "priority": {
        "value": "high"
      }
    }
  }
}