POST /v2/tasks
POST
/v2/tasks
Request Body
responsibleUserId
string
externalId
string
parentId
integer
Format
"int32"boardId
integer
Format
"int32"title
string
Required
description
string
status
string
Required
Valid values
"NotStarted""Completed""Blocked"dueDate
string
Format
"date-time"startDate
string
Format
"date-time"rowCategoryId
integer
Format
"int32"columnCategoryId
integer
Format
"int32"color
string
tags
string[]
Responses
OK
{
"id": 0,
"parentId": 0,
"lastModified": "string",
"responsibleUser": "string",
"responsibleUserId": "string",
"externalId": "string",
"boardId": 0,
"board": "[Circular Reference]",
"title": "string",
"description": "string",
"status": "string",
"dueDate": "string",
"startDate": "string",
"rowCategoryId": 0,
"columnCategoryId": 0,
"lastModifiedByUserId": "string",
"lastModifiedByUser": "string",
"tags": [
"string"
],
"comments": [
{
"id": 0,
"parentId": 0,
"level": 0,
"comment": "string",
"commentedBy": "string",
"commentedByUserId": "string",
"commentDate": "string",
"taskId": 0,
"task": "[Circular Reference]",
"commentedByUserDisplayName": "string"
}
],
"attachments": [
{
"id": "string",
"fileName": "string",
"fileUrl": "string",
"contentType": "string",
"name": "string",
"previewFileName": "string",
"hasPreview": true,
"fileExtension": "string",
"eTag": "string",
"fileSizeInBytes": 0,
"fileSizeInKb": 0,
"createdDate": "string",
"createdByUserId": "string",
"createdByUser": "string",
"lastModified": "string",
"lastModifiedByUserId": "string",
"lastModifiedByUser": "string",
"mimeType": "string",
"isImage": true
}
]
}
POST
/v2/tasks