create_article
Create a new Knowledge Base article in a specified project, with optional nesting under a parent article. Supports markdown content.
Instructions
Create a new Knowledge Base article.
Args: project: Project short name summary: Article title content: Article body (markdown) parent_article_id: Parent article ID for nesting (optional) instance: YouTrack instance (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | ||
| project | Yes | ||
| summary | Yes | ||
| instance | No | ||
| parent_article_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |