add_wiki
Create a wiki page in Backlog by specifying project ID, page name, and content. Optionally enable email notifications and select an organization.
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. |