manage_attachments
List, download, upload, or delete attachments from Jira issues. Specify action and issue key or attachment ID to manage files.
Instructions
Manage Jira issue attachments (list, download, upload, delete). Actions: 'list', 'download', 'upload', 'delete'
Input 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. |