retrieve_work_item_comment
Retrieve a specific comment for a work item by providing the project, work item, and comment ID.
Instructions
Retrieve a specific comment for a work item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | UUID of the project | |
| work_item_id | Yes | UUID of the work item | |
| comment_id | Yes | UUID of the comment |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| is_member | No | ||
| created_at | No | ||
| updated_at | No | ||
| deleted_at | No | ||
| comment_stripped | No | ||
| comment_html | No | ||
| attachments | No | ||
| access | No | ||
| external_source | No | ||
| external_id | No | ||
| edited_at | No | ||
| created_by | No | ||
| updated_by | No | ||
| project | No | ||
| workspace | No | ||
| issue | No | ||
| actor | No |