get_wiki_pages
Retrieve wiki pages from Backlog projects by project ID, key, keyword, or organization. Search and filter pages to find specific content.
Instructions
Returns list of Wiki pages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| projectKey | No | The key of the project (e.g., 'PROJECT') | |
| keyword | No | Keyword to search for in Wiki pages | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |