update_article_comment
Update a comment on an article in YouTrack. Returns the previous comment text to enable rollback if needed.
Instructions
Update an article comment. Returns previous text for rollback.
Args: article_id: Article ID or database ID comment_id: Comment ID text: New comment text (markdown) instance: YouTrack instance (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| instance | No | ||
| article_id | Yes | ||
| comment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |