Create multiple new Tasks within a specified project with a single API call.
A Task is an individual element of work that must be performed to complete a Project. A Task can have one or more Resources assigned to it. Tasks can be linked to other Tasks to indicate whether they have a dependency or a connection.
The unique identifier of the Project that will contain these Tasks
The name of the Task being created.
A description of the work involved in this Task.
The numerical percentage, from 0-100, representing the percentage completion for this Task. Any numbers below zero or above 100 will be clamped to the minimum or maximum value.
This value can be edited manually in the Gantt chart view of the application, or can be selected on the Task Detail page within the Kanban board.
The unique identifier of the TaskStatus that reflects the current status of this Task, if known.
The unique identifier of the TaskPriority that reflects the current status of this Task, if that has been selected.
The date when work on this Task is planned to begin.
This value contains only the date in year-month-day format. For display, this date will always be shown as this same year-month-day regardless of time zone. For reporting purposes, this date is calculated against the official time zone of the Workspace.
For example: A Task has a planned completion date of July 5, 2023 in a Workspace that has a time zone of US Pacific Time (GMT-7 or GMT-8, depending on daylight savings time). This project is considered overdue on 12:01 AM July 6th 2023 in US Pacific time.
The date when work on this Task is expected to complete.
This value contains only the date in year-month-day format. For display, this date will always be shown as this same year-month-day regardless of time zone. For reporting purposes, this date is calculated against the official time zone of the Workspace.
For example: A Task has a planned completion date of July 5, 2023 in a Workspace that has a time zone of US Pacific Time (GMT-7 or GMT-8, depending on daylight savings time). This project is considered overdue on 12:01 AM July 6th 2023 in US Pacific time.
If set, this is the actual date when work began on the Task.
This value contains only the date in year-month-day format. For display, this date will always be shown as this same year-month-day regardless of time zone. For reporting purposes, this date is calculated against the official time zone of the Workspace.
For example: A Task has a planned completion date of July 5, 2023 in a Workspace that has a time zone of US Pacific Time (GMT-7 or GMT-8, depending on daylight savings time). This project is considered overdue on 12:01 AM July 6th 2023 in US Pacific time.
If the API call failed, this will contain information about the error that occurred.
True if the API call succeeded; false otherwise.
True if the API call failed.
The HTTP code of the response.
If the API call succeeded, this will contain the results.