MCP Atlassian

by sooperset
Verified

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" }
ID: kc33m1kh5m