Create task

Create a task.

To create a task there are some additional attributes that can be used.

  1. A task can include Library content. This content is stored in the associations attribute. It's data can be queried via the Library API.
  2. A task can include custom properties which will be defined in the Custom Property API. Only task type custom properties can be saved on a task.
  3. A task can include a project ID to indicate what project it belongs to.
Path Params
string
required

Space ID

Body Params

The planner task data

string

Title of task

string | null

Description of task

string | null

User ID of assignee

date-time | null

Planned start date

date-time | null

Planned end date

int32 | null

Planned duration in days

string | null

Project ID the task is associated with

string | null
enum

Priority value

Allowed:
customProperties
array of objects | null

List of custom properties

customProperties
string | null

Task ID of parent

associations
array of objects | null

List of associations (content)

associations
Responses

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