upload_attachment
Upload a file attachment to a work item by providing the project ID, work item ID, and file path. Optionally include a file description.
Instructions
Upload a file attachment to a work item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Local file path to upload | |
| projectId | No | Project ID | |
| workItemId | Yes | Work item ID | |
| description | No | Optional file description |