Jira MCP Server

get_all_statuses

Get all the status on Jira on the api /rest/api/3/status

Input Schema

NameRequiredDescriptionDefault
number_of_resultsNoNumber of results to return

Input Schema (JSON Schema)

{ "properties": { "number_of_results": { "default": 1, "description": "Number of results to return", "type": "integer" } }, "type": "object" }