Taiga MCP Bridge

by talhaorak
Verified

list_user_stories

Fetch and filter user stories in a specific project using Taiga project management platform to streamline project tracking and task management.

Instructions

Lists user stories within a specific project, optionally filtered.

Input Schema

NameRequiredDescriptionDefault
filtersYes
project_idYes
session_idYes

Input Schema (JSON Schema)

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