You're viewing a demo portfolio

Join the waitlist
PRSM

jira_get_issue

Active

Tool of Jira

declared in 0.1.0

Get full details for a Jira issue by key (e.g., 'PROJ-123'). Returns description, status, assignee, priority, comments, attachments, and linked issues.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "issue_key": "PROJ-123"
    },
    {
      "fields": "summary,description,status,assignee,comments",
      "issue_key": "PROJ-456"
    }
  ],
  "required": [
    "issue_key"
  ],
  "properties": {
    "fields": {
      "type": "string",
      "description": "Comma-separated field names to include (optional)"
    },
    "issue_key": {
      "type": "string",
      "description": "Issue key (e.g., \"PROJ-123\")"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Jira

https://github.com/pipeworx-io/mcp-jira

1/7 registries
View full server →
jira_get_issue — Jira — PRSM MCP