Skip to content

Project Task Create

POST
/v1/Projects/{projectNumber}/tasks

Create a new Task on Project

Parameters

Path Parameters

projectNumber*string

Project No

Example p1

Request Body

application/json
object
Format"int32"
Min Length1
Valid values"NotStarted""Completed""Blocked"
Format"date-time"
Format"date-time"
Format"int32"
Format"int32"

Responses

OK

application/json
JSON
{
"id": 0,
"parentId": 0,
"lastModified": "string",
"responsibleUser": "string",
"externalId": "string",
"boardId": 0,
"title": "string",
"description": "string",
"status": "string",
"responsibleUserId": "string",
"dueDate": "string",
"startDate": "string",
"rowCategoryId": 0,
"columnCategoryId": 0,
"tags": [
"string"
]
}