manage_attachments
Handle Jira issue attachments by listing, downloading, uploading, or deleting files to organize project documentation and media.
Instructions
Manage Jira issue attachments (list, download, upload, delete). Actions: 'list', 'download', 'upload', 'delete'
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'list', 'download', 'upload', 'delete' | |
| issue_key | No | Jira issue key (for 'list', 'upload') | |
| attachment_id | No | Attachment ID (for 'download', 'delete') | |
| file_path | No | Absolute path to the file to upload (required for upload). Note: paths refer to the MCP server's filesystem. In stdio mode this is the local machine. |