Required scope:tasks:write
Creating a new task is as easy as POSTing to the/tasks
endpoint with a
data block containing the fields you’d like to set on the task. Any
unspecified fields will take on default values.
Every task is required to be created in a specific workspace, and this
workspace cannot be changed once set. The workspace need not be set
explicitly if you specifyprojects
or aparent
task instead.