get_issue_statuses
Retrieve available issue statuses for a specific project using the Taiga MCP Bridge, enabling efficient project management and workflow tracking.
Instructions
Lists the available statuses for issues within a specific project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | ||
session_id | Yes |
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_statusesArguments",
"type": "object"
}