Jira MCP Server

add_attachment_from_confluence

Attach files from Confluence to Jira tickets by specifying the attachment name, page ID, and issue ID or key, streamlining document integration across platforms.

Instructions

Add an attachment to a ticket on Jira from a Confluence page by its name on the api /rest/api/3/issue/{issueIdOrKey}/attachments

Input Schema

NameRequiredDescriptionDefault
attachmentNameYesThe name of the attachment
issueIdOrKeyYesThe issue id or key
pageIdYesThe page id

Input Schema (JSON Schema)

{ "properties": { "attachmentName": { "description": "The name of the attachment", "type": "string" }, "issueIdOrKey": { "description": "The issue id or key", "type": "string" }, "pageId": { "description": "The page id", "type": "string" } }, "required": [ "issueIdOrKey", "pageId", "attachmentName" ], "type": "object" }
ID: v7nmyscj80