add_article_comment
Add a comment to a knowledge base article by providing the article ID and the comment text in markdown.
Instructions
Add a comment to a Knowledge Base article.
Args: article_id: Article ID or database ID text: Comment text (markdown) instance: YouTrack instance (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| instance | No | ||
| article_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |