v1
latestOpenAPI 3.0.32026-07-2415128381.3 KBTasks
Create a task
Creates a task in the project. Requires Manage tasks admin right. Keep in mind, that <code>initial_tm_leverage</code> attribute will be empty in server response. It's being calculated after the task is created and this process may take some time.
Requires <code>write_tasks</code> OAuth access scope.
post/projects/{project_id}/tasks
Path parameters
project_idstring required
A unique project identifier
Request body
Response
OK
Example response
{
"task": {
"languages": [
{
"tm_leverage": {
"status": "completed",
"value": {
"0%+": 30,
"50%+": 0,
"75%+": 0,
"85%+": 0,
"95%+": 0,
"100%": 0
}
}
}
]
}
}