Actions41
- Focus Actions
- Habit Actions
- Project Actions
- Project Group Actions
- Sync Actions
- Tag Actions
- Task Actions
- User Actions
Task → Set Parent
AI-generatedOverview
This node operation allows users to set or remove the parent task of a specified task within the TickTick task management system. It is useful for organizing tasks hierarchically by making one task a subtask of another, provided both tasks belong to the same project. For example, a user can select a task and assign it a parent task to create a task-subtask relationship, or remove the parent to make the task independent.
Use Case Examples
- Assign a subtask to a parent task within the same project to organize related tasks.
- Remove the parent task from a subtask to promote it to a standalone task.
Properties
| Name | Meaning |
|---|---|
| Authentication | Selects the authentication method to use for API access (Access Token, Email/Password, or OAuth2). |
| Task | The task to be made a subtask (child task). This is a required input and can be selected from a list or specified by ID. |
| Parent Task | The parent task to assign to the selected task. Both tasks must be in the same project. Leaving this empty removes the current parent, making the task independent. |
Output
JSON
json- The output contains the result of the set parent operation, typically the updated task data or confirmation of the parent assignment/removal.
Dependencies
- Requires authentication credentials for TickTick API access, which can be an access token, email/password session, or OAuth2 token.
Troubleshooting
- Common issues include providing tasks that are not in the same project, which will cause the operation to fail.
- Errors may occur if the task or parent task IDs are invalid or not found.
- Authentication failures due to incorrect or expired credentials will prevent the operation from succeeding.