update_comment
Update existing YouTrack comments with new markdown text. Returns previous comment content for easy rollback if needed.
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 |