Create Task
Create a new task in the Project
Creates a new task within the project specified by the provided projectId
.
Upon successful creation of the task, notifications are sent to the users
listed in the taskUsers
.
Authorizations
Body
The ID of the project to which the task belongs.
The Name of the task.
The Description of the task, if applicable.
The priority level of the task.
No Priority
, Urgent
, High
, Medium
, Low
The due date of the task, We expect yyyy-MM-dd.
The ID of the task group.
An array of user IDs associated with the task.
An array of files associated with the task. Each file includes properties such as file type, href, name, and size.
Estimated time required for the task (hh), if applicable.
The ID of the task's milestone, if applicable.
Response
The ID of the task
The Name of the task
The ID of the project.
The ID of the group.
The Group of the task.
Description of the task.
The Status of the task.
List of Subscribers who Subscribe the task.
The due date of the project.
Select priority of the task.
Estimated time required for the task (hh).
The ID of the task milestone.
List of task users.