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 due date of the task, We expect yyyy-MM-dd.
Estimated time required for the task (hh), if applicable.
An array of files associated with the task. Each file includes properties such as file type, href, name, and size.
The ID of the task group.
The ID of the task's milestone, if applicable.
The priority level of the task.
No Priority
, Urgent
, High
, Medium
, Low
An array of user IDs associated with the task.
Response
Description of the task.
The due date of the project.
Estimated time required for the task (hh).
The Group of the task.
The ID of the group.
The ID of the task milestone.
Select priority of the task.
The ID of the project.
The Status of the task.
List of Subscribers who Subscribe the task.
The ID of the task
The Name of the task
List of task users.