Skip to main content
Glama

Personal JIRA MCP

by yuezheng2006

get_attachment_by_filename

Retrieve JIRA attachments by specifying an issue key and filename. Optionally save the attachment to disk for direct access.

Instructions

根据问题ID和文件名获取JIRA附件

Input Schema

NameRequiredDescriptionDefault
filenameYes
issue_keyYes
save_to_diskNo

Input Schema (JSON Schema)

{ "properties": { "filename": { "title": "Filename", "type": "string" }, "issue_key": { "title": "Issue Key", "type": "string" }, "save_to_disk": { "default": true, "title": "Save To Disk", "type": "boolean" } }, "required": [ "issue_key", "filename" ], "title": "get_attachment_by_filenameArguments", "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