add_wiki
Create a wiki page in a Backlog project by specifying project ID, page name, content, and optional mail notification.
Instructions
Creates a new wiki page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the wiki page | |
| content | Yes | Content of the wiki page | |
| projectId | Yes | Project ID | |
| mailNotify | No | Whether to send notification emails (default: false) |