Taiga MCP Bridge

by talhaorak
Verified

update_user_story

Modify details of an existing user story in Taiga projects via the Taiga MCP Bridge, enabling AI systems to update project management data efficiently.

Instructions

Updates details of an existing user story.

Input Schema

NameRequiredDescriptionDefault
kwargsYes
session_idYes
user_story_idYes

Input Schema (JSON Schema)

{ "properties": { "kwargs": { "title": "kwargs", "type": "string" }, "session_id": { "title": "Session Id", "type": "string" }, "user_story_id": { "title": "User Story Id", "type": "integer" } }, "required": [ "session_id", "user_story_id", "kwargs" ], "title": "update_user_storyArguments", "type": "object" }
ID: bd5ajys5zl