Taiga MCP Bridge

by talhaorak
Verified

get_issue_priorities

Retrieve available issue priorities for a specific project in Taiga, enabling efficient task management and prioritization within project workflows.

Instructions

Lists the available priorities for issues within a specific project.

Input Schema

NameRequiredDescriptionDefault
project_idYes
session_idYes

Input Schema (JSON Schema)

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