jira-mcp

get_issue

Retrieve details about an issue by its ID or key.

Input Schema

NameRequiredDescriptionDefault
expandNoAdditional information to include in the response
failFastNoFail quickly on errors
fieldsNoFields to include in the response
issueIdOrKeyYesID or key of the issue
propertiesNoProperties to include in the response

Input Schema (JSON Schema)

{ "properties": { "expand": { "description": "Additional information to include in the response", "type": "string" }, "failFast": { "default": false, "description": "Fail quickly on errors", "type": "boolean" }, "fields": { "description": "Fields to include in the response", "items": { "type": "string" }, "type": "array" }, "issueIdOrKey": { "description": "ID or key of the issue", "type": "string" }, "properties": { "description": "Properties to include in the response", "items": { "type": "string" }, "type": "array" } }, "required": [ "issueIdOrKey" ], "type": "object" }

You must be authenticated.

Other Tools