redmine_custom_request
Send custom HTTP requests to the Redmine API to perform actions not covered by standard tools.
Instructions
Make a custom API request to Redmine
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Request body data (for POST/PUT) | |
| path | Yes | API path (e.g., "/issues.json") | |
| method | Yes | HTTP method | |
| params | No | Query parameters (for GET) |