update_comment
Update an existing comment on a YouTrack issue by providing the issue ID, comment ID, and new markdown text. Get the previous text returned as a rollback reference.
Instructions
Update an existing comment. Returns previous text for rollback.
Args: issue_id: Issue ID or URL comment_id: Comment ID text: New comment text (markdown) instance: YouTrack instance (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| instance | No | ||
| issue_id | Yes | ||
| comment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |