Create a task

task_create(project_id, name)

Arguments

project_id

Project ID

name

Task name

Examples

if (FALSE) {
task_create("630ce53290cfd8789366fd49", "tests")
task_create("630ce53290cfd8789366fd49", "docs")
}