jira_add_attachment
Upload image or document attachments to Jira issues. Supports URL-based upload for large files and direct base64 for small files.
Instructions
Uploads an attachment (image, document, etc.) to a Jira issue.
EFFICIENT METHOD (recommended for large files):
fileUrl: Provide URL to remote file - MINIMAL tokens (~60 tokens) Example: Upload to Dropbox/S3/imgur first, then provide URL
DIRECT METHOD (for small files):
content: Base64 encoded content - WARNING: HIGH token cost (~330,000 tokens for 1MB file) Only suitable for small files (< 500 KB)
Returns attachment metadata including ID and download URL. To reference the image in a comment or description, use wiki markup: !filename.png! or !filename.png|thumbnail!
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||