Skip to main content
Glama

Personal JIRA MCP

by yuezheng2006

get_issue_attachments

Retrieve and optionally download all attachments linked to a specific JIRA issue using a standardized interface for efficient attachment management.

Instructions

获取JIRA问题的所有附件

Input Schema

NameRequiredDescriptionDefault
downloadNo
issue_keyYes

Input Schema (JSON Schema)

{ "properties": { "download": { "default": false, "title": "Download", "type": "boolean" }, "issue_key": { "title": "Issue Key", "type": "string" } }, "required": [ "issue_key" ], "title": "get_issue_attachmentsArguments", "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