Taiga MCP Bridge

by talhaorak
Verified

get_task_by_ref

Retrieve detailed task information using a reference number and project ID within the Taiga project management platform to streamline task tracking and management.

Instructions

Gets detailed information about a specific task 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_task_by_refArguments", "type": "object" }
ID: bd5ajys5zl