Actions41
- Focus Actions
- Habit Actions
- Project Actions
- Project Group Actions
- Sync Actions
- Tag Actions
- Task Actions
- User Actions
Task → Move
AI-generatedOverview
This node operation allows users to move a specific task from its current location to a different project within the TickTick task management system. It is useful for organizing tasks by relocating them to appropriate projects as priorities or contexts change. For example, a user might move a task initially created in a general inbox project to a specific project dedicated to a particular workstream or personal goal.
Use Case Examples
- Move a task from the default project to a new project to better organize work items.
- Relocate a task to a different project after reprioritizing tasks for a team.
Properties
| Name | Meaning |
|---|---|
| Authentication | Selects the authentication method to access the TickTick API, supporting Access Token (V1 API), Email/Password (V2 API), or OAuth2 (V1 API). |
| Task | Specifies the task to be moved. Can be selected from a list of tasks or provided by task ID. |
| To Project | Specifies the destination project where the task will be moved. Can be selected from a list of projects or provided by project ID. |
Output
JSON
taskId- The unique identifier of the moved task.toProjectId- The unique identifier of the destination project where the task was moved.status- The status of the move operation, indicating success or failure.
Dependencies
- Requires authentication credentials for TickTick API access, which can be an access token, email/password session, or OAuth2 token.
Troubleshooting
- If the task ID or project ID is invalid or not found, the node will throw an error indicating the resource could not be located. Verify the IDs are correct and accessible.
- Authentication failures may occur if the provided credentials are invalid or expired. Ensure the correct authentication method is selected and credentials are up to date.
- If the API endpoint for moving tasks changes or is temporarily unavailable, the operation may fail. Check TickTick API status and update node if necessary.