mcp-jira-stdioTools Reference
jira_get_issue_types
List available issue types
jira_get_issue_types
List issue types available in Jira, optionally filtered by project.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
projectKey | string | No | Filter by project key |
Example
{
"tool": "jira_get_issue_types",
"arguments": {}
}For Specific Project
{
"tool": "jira_get_issue_types",
"arguments": {
"projectKey": "PROJ"
}
}Response
Returns array of issue types:
id- Issue type IDname- Issue type name (Bug, Task, Story, etc.)description- Issue type descriptionsubtask- Whether this is a subtask typeiconUrl- URL to the issue type icon