retrieve_work_item_comment
Fetch a specific comment attached to a work item. Provide project, work item, and comment IDs to get the comment details.
Instructions
Retrieve a specific comment for a work item.
Args: project_id: UUID of the project work_item_id: UUID of the work item comment_id: UUID of the comment
Returns: WorkItemComment object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | ||
| project_id | Yes | ||
| work_item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| actor | No | ||
| issue | No | ||
| access | No | ||
| project | No | ||
| edited_at | No | ||
| is_member | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| deleted_at | No | ||
| updated_at | No | ||
| updated_by | No | ||
| attachments | No | ||
| external_id | No | ||
| comment_html | No | ||
| external_source | No | ||
| comment_stripped | No |