redmine_issues
Manage Redmine issues by listing, retrieving, creating, updating, adding notes, or deleting them.
Instructions
Manage issues: list, get, create, update, add_note, delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | No | ||
| limit | No | ||
| notes | No | ||
| query | No | Query parameters. Array values are appended repeatedly. | |
| action | Yes | ||
| headers | No | Additional headers. Authentication and content headers are managed automatically unless explicitly overridden. | |
| include | No | Issue include values such as journals, attachments, relations, changesets, children, watchers. | |
| issue_id | No | Redmine numeric ID or identifier, passed as a string. | |
| max_pages | No |