Skip to main content
Glama

MCP Atlassian

jira_download_attachments

Download attachments from a Jira issue by specifying the issue key and target directory for storage using the MCP Atlassian server integration.

Instructions

Download attachments from a Jira issue

Input Schema

NameRequiredDescriptionDefault
issue_keyYesJira issue key (e.g., 'PROJ-123')
target_dirYesDirectory where attachments should be saved

Input Schema (JSON Schema)

{ "properties": { "issue_key": { "description": "Jira issue key (e.g., 'PROJ-123')", "type": "string" }, "target_dir": { "description": "Directory where attachments should be saved", "type": "string" } }, "required": [ "issue_key", "target_dir" ], "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/sooperset/mcp-atlassian'

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