redmine_get_wiki_page
Retrieve wiki page content from a Redmine project by specifying project ID and page title. Optionally get a specific version of the page.
Instructions
Get content of a specific wiki page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Wiki page title | |
| version | No | Specific version number (optional) | |
| project_id | Yes | Project ID or identifier |