SetParentofTask
To Set the parent of a task.
Input
Name | Type | Required | Description |
TaskId | String | True | The TaskId to update. |
ParentTaskId | String | True | The new parent of the task, or null for no parent.. |
AddBefore | String | False | A subtask of the parent to insert the task after, or null to insert at the beginning of the list. |
AddAfter | String | False | A subtask of the parent 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. |