Creates a new task.
Can be a project task or a user’s private task. To create a task, the user needs to be the assignee of the task or ‘ProjectPlanning’ permissions in general or in the project the task is related to.
Required Permissions
Any authenticated user.Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The name of the task. Max allowed length: 1000 characters.
The description of the task. Max allowed length: 25000 characters.
The list(s) the new task should be added to.
Response
The name of the task. Max allowed length: 1000 characters.
The description of the task. Max allowed length: 25000 characters.
True if the model is coming from an external workspace (awork Connect). False otherwise.
If the task is a recurrency template (used to create new tasks by a recurrency rule), the flag is true.