get_wiki_page
Retrieve the content of a wiki page from a Redmine project by its title and project ID. Returns the page text in Textile or Markdown format.
Instructions
Gets the content of a wiki page by its title. Returns the page text in Textile/Markdown format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID (numeric) or identifier (string) | |
| title | Yes | Wiki page title (used as slug in the URL) | |
| include | No | Include additional data: attachments |