Task
Add a new task on a project
post/v1/workspaces/{workspaceId}/projects/{projectId}/tasks
Path parameters
projectIdstring required
Represents a project identifier across the system.
Example:25b687e29ae1f428e7ebe123
Represents a project identifier across the system.
workspaceIdstring required
Represents a workspace identifier across the system.
Example:64a687e29ae1f428e7ebe303
Represents a workspace identifier across the system.
Query parameters
contains-assigneeboolean
Flag to set whether task will have assignee or none.
Flag to set whether task will have assignee or none.
Request body
Example request
{
"assigneeIds": [
"45b687e29ae1f428e7ebe123",
"67s687e29ae1f428e7ebe678"
],
"budgetEstimate": 10000,
"estimate": "PT1H30M",
"id": "57a687e29ae1f428e7ebe107",
"name": "Bugfixing",
"status": "DONE",
"userGroupIds": [
"67b687e29ae1f428e7ebe123",
"12s687e29ae1f428e7ebe678"
]
}Response
Created
TaskDtoV1 required— unresolved $ref