Skip to main content
Glama

mcp-jira-stdio

jira_get_issue

Retrieve Jira issue details including status, assignee, priority, and description using issue key or URL. Access project information, timestamps, labels, and components for specific tickets.

Instructions

Retrieve details for a specific Jira issue by key or URL. Use this when the user mentions an issue like "PAYWALL-943" or pastes a Jira link (e.g., https://your.atlassian.net/browse/PAYWALL-943). Returns status, assignee, priority, project, type, labels, components, timestamps, and description.

Input Schema

NameRequiredDescriptionDefault
expandNoAdditional issue details to include (e.g., ["comments", "attachments", "changelog"])
fieldsNoSpecific fields to retrieve (e.g., ["summary", "status", "assignee"])
issueKeyYesIssue key or full Jira URL (e.g., PROJECT-123 or https://your.atlassian.net/browse/PROJECT-123)

Input Schema (JSON Schema)

{ "properties": { "expand": { "default": [], "description": "Additional issue details to include (e.g., [\"comments\", \"attachments\", \"changelog\"])", "items": { "type": "string" }, "type": "array" }, "fields": { "description": "Specific fields to retrieve (e.g., [\"summary\", \"status\", \"assignee\"])", "items": { "type": "string" }, "type": "array" }, "issueKey": { "description": "Issue key or full Jira URL (e.g., PROJECT-123 or https://your.atlassian.net/browse/PROJECT-123)", "type": "string" } }, "required": [ "issueKey" ], "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