mcp-jira-stdioTools Reference
jira_get_statuses
List available workflow statuses
jira_get_statuses
List available statuses in Jira, either globally or for a specific project.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
projectKey | string | No | Filter by project key |
Example
{
"tool": "jira_get_statuses",
"arguments": {}
}For Specific Project
{
"tool": "jira_get_statuses",
"arguments": {
"projectKey": "PROJ"
}
}Response
Returns array of statuses:
id- Status IDname- Status name (To Do, In Progress, Done, etc.)description- Status descriptionstatusCategory- Category (To Do, In Progress, Done)iconUrl- URL to the status icon