Taiga MCP Bridge

by talhaorak
Verified

assign_epic_to_user

Assigns a specific epic to a user in Taiga project management by mapping the epic ID to the user ID, streamlining task allocation and project organization.

Instructions

Assigns a specific epic to a specific user.

Input Schema

NameRequiredDescriptionDefault
epic_idYes
session_idYes
user_idYes

Input Schema (JSON Schema)

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