get_comment_details
Resolve a work item or specific comment and download all associated attachments, returning metadata and content stats.
Instructions
Resolve a work item (and optionally a specific comment) AND download all related attachments (work-item AttachedFile relations + attachments referenced in the comment body). Returns metadata + downloaded content stats (size, sha256).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| saveDir | No | Directory to write downloaded attachment files to (optional). | |
| commentId | No | Specific comment id to resolve (optional). | |
| workItemId | Yes | Work item id. |