Skip to main content
Glama

mcp-jira-stdio

jira_get_statuses

Retrieve Jira workflow statuses like To Do, In Progress, and Done for projects or issue types to understand available transitions and categories.

Instructions

Retrieves available statuses (global or project-specific, e.g., To Do, In Progress, Done). Returns status categories and workflow information.

Input Schema

NameRequiredDescriptionDefault
issueTypeIdNoIssue type ID to get statuses for specific issue type (requires projectKey)
projectKeyNoProject key to get statuses for specific project (optional)

Input Schema (JSON Schema)

{ "properties": { "issueTypeId": { "description": "Issue type ID to get statuses for specific issue type (requires projectKey)", "type": "string" }, "projectKey": { "description": "Project key to get statuses for specific project (optional)", "type": "string" } }, "required": [], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/freema/mcp-jira-stdio'

If you have feedback or need assistance with the MCP directory API, please join our Discord server