Taiga MCP Bridge

by talhaorak
Verified

assign_user_story_to_user

Link a user story to a specific user in Taiga project management. Streamlines task assignment by associating user stories with designated users for efficient project tracking and collaboration.

Instructions

Assigns a specific user story to a specific user.

Input Schema

NameRequiredDescriptionDefault
session_idYes
user_idYes
user_story_idYes

Input Schema (JSON Schema)

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