Skip to main content
Get detailed information about a specific Jira issue

Tool details

FieldValue
Namejira__get_issue
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.