update_article_comment
Update an article comment with new text and get previous text for rollback. Specify the article ID, comment ID, and new markdown text.
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 |