manage_attachments
List, upload, and download attachments on Azure DevOps work items. Specify project, work item ID, file path, or attachment URL to perform actions.
Instructions
Manage Azure DevOps work item attachments. Actions: 'list', 'upload', 'download'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'list', 'upload', 'download' | |
| project_key | No | Project name | |
| work_item_id | No | Work item ID (required for list, upload) | |
| file_path | No | Absolute path to the file to upload (required for upload). Note: paths refer to the MCP server's filesystem. | |
| comment | No | Optional comment for the attachment (for upload) | |
| url | No | Attachment URL (for download) |