Backlog MCP Server

by fleagne
Verified

backlog_get_issue

Retrieve specific issue details using the Backlog Issue API by providing the issue ID or key. Integrates with the Backlog MCP Server for streamlined project management operations.

Instructions

Performs an issue get using the Backlog Issue API.

Input Schema

NameRequiredDescriptionDefault
issueIdOrKeyYesIssue ID or Issue Key

Input Schema (JSON Schema)

{ "properties": { "issueIdOrKey": { "description": "Issue ID or Issue Key", "type": "string" } }, "required": [ "issueIdOrKey" ], "type": "object" }
ID: ekxpemr97g