update_article
Update an existing Knowledge Base article by providing its ID and optionally new title or content. Returns previous values to allow rollback.
Instructions
Update a Knowledge Base article. Returns previous values for rollback.
Args: article_id: Article ID or database ID summary: New title (empty = keep) content: New content (empty = keep) instance: YouTrack instance (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | ||
| summary | No | ||
| instance | No | ||
| article_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |