createWikiPage
Create a new wiki page in a Taiga project by providing a URL-friendly slug and Markdown content. Optionally add watchers to track changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project ID, slug, or name | |
| slug | Yes | URL-friendly identifier for the Wiki page (required) | |
| content | Yes | Content of the Wiki page - supports Markdown (required) | |
| watchers | No | Optional list of user IDs to watch this Wiki page |