Get a Redmine version
get_versionRetrieve a specific Redmine version by its ID to view its details, custom fields, and estimated/spent hours when available. Read-only operation respecting project visibility.
Instructions
Read one visible Redmine version from GET /versions/:id.json for the configured Redmine API user. The required version_id is a positive safe integer, and this route has no query parameters or documented include controls. Results include the documented version fields and visible custom fields, plus estimatedHours and spentHours only when Redmine returns them. Redmine enforces version and project visibility and may return HTTP 401, 403, or 404. This tool never changes Redmine data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version_id | Yes | Positive Redmine version ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| name | Yes | ||
| status | No | ||
| dueDate | No | ||
| project | No | ||
| sharing | No | ||
| createdOn | No | ||
| updatedOn | No | ||
| spentHours | No | ||
| description | No | ||
| customFields | No | ||
| wikiPageTitle | No | ||
| estimatedHours | No |