redmine_get_issue
Fetch a single Redmine issue by numeric ID, optionally including attachments, journals, relations, and watchers.
Instructions
Fetch a single issue.
Args:
issue_id: numeric Redmine issue id.
include: comma-separated includes (default
"attachments,journals,relations,watchers"). Pass an empty
string to use the default.
Read-only — no validation, no caching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | ||
| issue_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |