add_wiki
Creates a wiki page in a Backlog project with specified name, content, and optional notification settings.
Instructions
Creates a new wiki page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID | |
| name | Yes | Name of the wiki page | |
| content | Yes | Content of the wiki page | |
| mailNotify | No | Whether to send notification emails (default: false) | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |