Project Task Create
POST
/v1/Projects/{projectNumber}/tasks
Create a new Task on Project
Parameters
Path Parameters
projectNumber*string
Project No
Example
p1Request Body
application/json
externalId
string
boardId
integer
Format
"int32"title
string
Required
Min Length
1description
string
status
string
Valid values
"NotStarted""Completed""Blocked"responsibleUserId
string
dueDate
string
Format
"date-time"startDate
string
Format
"date-time"rowCategoryId
integer
Format
"int32"columnCategoryId
integer
Format
"int32"tags
string[]
Responses
OK
application/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"
]
}
POST
/v1/Projects/{projectNumber}/tasks