Skip to main content
Glama

Personal JIRA MCP

by yuezheng2006

get_issue_attachment

Retrieve specific attachments from JIRA issues by providing the issue key and attachment ID, enabling efficient file access and management within the Personal JIRA MCP server.

Instructions

获取JIRA问题附件

Input Schema

NameRequiredDescriptionDefault
attachment_idYes
issue_keyYes

Input Schema (JSON Schema)

{ "properties": { "attachment_id": { "title": "Attachment Id", "type": "string" }, "issue_key": { "title": "Issue Key", "type": "string" } }, "required": [ "issue_key", "attachment_id" ], "title": "get_issue_attachmentArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yuezheng2006/mcp-server-jira'

If you have feedback or need assistance with the MCP directory API, please join our Discord server