Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get detailed information about a specific Jira issue
jira__get_issue
{ "type": "object", "properties": { "cloudId": { "type": "string", "description": "Atlassian cloud ID from accessible-resources" }, "issueIdOrKey": { "type": "string", "description": "Jira issue ID or key" }, "fields": { "type": "string", "description": "Comma-separated issue fields to include" } }, "required": [ "cloudId", "issueIdOrKey" ], "description": "Input schema for the jira__get_issue tool." }