Taiga MCP Bridge

by talhaorak
Verified

unassign_epic_from_user

Remove user assignment from a specific epic in Taiga projects. This tool sets the assigned user field to null, enabling task reallocation or unassignment for better project management.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
epic_idYes
session_idYes

Input Schema (JSON Schema)

{ "properties": { "epic_id": { "title": "Epic Id", "type": "integer" }, "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id", "epic_id" ], "title": "unassign_epic_from_userArguments", "type": "object" }
ID: bd5ajys5zl