Taiga MCP Bridge

by talhaorak
Verified

unassign_task_from_user

Remove user assignment from a specific task in Taiga project management by setting the assigned user to null, streamlining task reallocation and updates.

Instructions

Unassigns a specific task (sets assigned user to null).

Input Schema

NameRequiredDescriptionDefault
session_idYes
task_idYes

Input Schema (JSON Schema)

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