manage_attachments
Handle Azure DevOps work item attachments by listing, uploading, or downloading files to support project documentation and collaboration.
Instructions
Manage Azure DevOps work item attachments. Actions: 'list', 'upload', 'download'
Input Schema
TableJSON 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) |