Taiga MCP Bridge

by talhaorak
Verified

list_issues

Retrieve and filter issues from a Taiga project using specified criteria, streamlining issue tracking and management for efficient project oversight.

Instructions

Lists issues 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_issuesArguments", "type": "object" }
ID: bd5ajys5zl