AddProjectToTask
Add a project to a task.
Input
Name | Type | Required | Description |
TaskId | String | True | The Tasks Id to operate on. |
ProjectId | String | True | The project Id to add the task. |
SectionId | String | False | A section Id in the project to insert the task into. The task will be inserted at the bottom of the section. |
AddAfter | String | False | A task Id in the project to insert the task after, or null to insert at the beginning of the list. |
AddBefore | String | False | A task Id in the project to insert the task before, or null to insert at the end of the list. |
Result Set Columns
Name | Type | Description |
Status | String | The status of the operation. |