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
Name | Required | Description | Default |
---|---|---|---|
attachmentName | Yes | The name of the attachment | |
issueIdOrKey | Yes | The issue id or key | |
pageId | Yes | The page id |