Taiga MCP Bridge

by talhaorak
Verified

assign_task_to_user

Assign a specific task to a designated user within the Taiga project management platform, ensuring efficient task allocation and streamlined project workflows.

Instructions

Assigns a specific task to a specific user.

Input Schema

NameRequiredDescriptionDefault
session_idYes
task_idYes
user_idYes

Input Schema (JSON Schema)

{ "properties": { "session_id": { "title": "Session Id", "type": "string" }, "task_id": { "title": "Task Id", "type": "integer" }, "user_id": { "title": "User Id", "type": "integer" } }, "required": [ "session_id", "task_id", "user_id" ], "title": "assign_task_to_userArguments", "type": "object" }
ID: bd5ajys5zl