update_work_item_comment
Update an existing comment on a work item by providing the project, work item, and comment IDs, optionally modifying content, access level, or external references.
Instructions
Update a 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 comment_html: Comment content in HTML format comment_json: Comment content in JSON format access: Access level for the comment (INTERNAL or EXTERNAL) external_source: External system source name external_id: External system identifier
Returns: Updated WorkItemComment object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access | No | ||
| comment_id | Yes | ||
| project_id | Yes | ||
| external_id | No | ||
| comment_html | No | ||
| comment_json | No | ||
| work_item_id | Yes | ||
| external_source | No |
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 |