get_wiki_pages
Retrieve wiki pages from Backlog projects. Filter results by project ID, key, or keyword to find specific documentation.
Instructions
Returns list of Wiki pages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | No | Keyword to search for in Wiki pages | |
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| projectKey | No | The key of the project (e.g., 'PROJECT') |