update_work_item_comment
Update an existing comment on a work item by providing the project, work item, and comment IDs. Specify new content, access level, or external system details.
Instructions
Update a 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 | |
| comment_html | No | Comment content in HTML format | |
| comment_json | No | Comment content in JSON format | |
| access | No | Access level for the comment (INTERNAL or EXTERNAL) | |
| external_source | No | External system source name | |
| external_id | No | External system identifier |
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 |