/tasksCreate a task
Creates a new task from the attributes supplied in the data object. Unspecified task fields receive their default values, and the task must belong to a workspace identified directly or through projects or a parent task. Use opt_fields to request optional properties in the created task response.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The task to create, supplied in the data object.
A 400 is returned when the request is malformed or required task information is invalid; provide a valid data object and establish a workspace directly or through projects or parent. A 401 is returned when no valid authentication token is provided, and a 403 is returned when the authenticated user lacks the tasks:write scope or access to the target workspace. A 404 is returned when a referenced object or action does not exist, while a 500 indicates a server-side failure.