TickTick icon

TickTick

Interact with TickTick tasks and projects

Project Group → Update

AI-generated

Overview

This node operation updates an existing Project Group in TickTick. It allows users to modify properties such as the name and sort order of a specified project group. This is useful for organizing and managing project groups dynamically within TickTick workflows, for example, renaming a project group or changing its display order based on priority or preference.

Use Case Examples

  1. Renaming a project group from 'Work' to 'Work Projects'.
  2. Changing the sort order of a project group to appear higher in the list.

Properties

Name Meaning
Authentication Selects the authentication method to use for the API call (Access Token V1, Email/Password V2, or OAuth2 V1).
Project Group The ID of the project group to update. Can be selected from a list or entered by ID. The ID must contain only letters and numbers.
Update Fields Fields to update on the project group, including 'Name' (new name for the project group) and 'Sort Order' (the order in which the project group appears).

Output

JSON

  • id - The unique identifier of the updated project group.
  • name - The updated name of the project group.
  • sortOrder - The updated sort order of the project group.

Dependencies

  • Requires TickTick API credentials depending on the selected authentication method (Access Token, Email/Password, or OAuth2).

Troubleshooting

  • If the project group ID is invalid, an error will be thrown indicating the ID must contain only letters and numbers.
  • If the selected authentication method does not support project group updates, a notice is shown to use the TickTick Session API (V2).
  • Common errors include unsupported operations or failed API calls, which will be reported with error messages. Ensure correct credentials and valid project group IDs are used.

Discussion