setTaskStatus
Update the status of multiple tasks in a project using project ID, task IDs, and target status. Validates task existence and returns the count of updated tasks.
Instructions
Updates the status ('todo', 'in-progress', 'review', 'done') for one or more tasks within a specified project. Requires the project ID, an array of task IDs (1-100), and the target status. Verifies all tasks exist in the project before updating. Returns the count of updated tasks.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | The unique identifier (UUID) of the project containing the tasks. | |
status | Yes | The target status to set for the specified tasks. | |
task_ids | Yes | An array of task IDs (1-100) whose status should be updated. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCP Task Manager Server
Related Tools
- @bsmi021/mcp-task-manager-server
- @bsmi021/mcp-task-manager-server
- @roychri/mcp-server-asana
- @Nazruden/clickup-mcp-server
- @awwaiid/mcp-server-taskwarrior