Taiga MCP Bridge

by talhaorak
Verified

get_user_story_by_ref

Retrieve detailed information about a specific user story using its reference number and project ID, enabling efficient data access and management within the Taiga project platform.

Instructions

Gets detailed information about a specific user story by its reference number within a project.

Input Schema

NameRequiredDescriptionDefault
project_idYes
refYes
session_idYes

Input Schema (JSON Schema)

{ "properties": { "project_id": { "title": "Project Id", "type": "integer" }, "ref": { "title": "Ref", "type": "integer" }, "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id", "project_id", "ref" ], "title": "get_user_story_by_refArguments", "type": "object" }
ID: bd5ajys5zl