Taiga MCP Bridge

by talhaorak
Verified

update_epic

Modify details of an existing epic in Taiga project management platform using session ID, epic ID, and custom parameters. Enables efficient project updates through the Taiga MCP Bridge.

Instructions

Updates details of an existing epic.

Input Schema

NameRequiredDescriptionDefault
epic_idYes
kwargsYes
session_idYes

Input Schema (JSON Schema)

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