Versions
The versions command (alias: v) manages project versions.
List Versions
Section titled “List Versions”redmine versions list --project <identifier> [flags]| Flag | Description |
|---|---|
--project | Project identifier — required |
--status | Filter by status: open, locked, closed |
--limit | Maximum number of results |
--offset | Result offset |
-o, --output | Output format |
# List open versionsredmine versions list --project myproject --status openView a Version
Section titled “View a Version”redmine versions get <id-or-name> [flags]Accepts a numeric ID or version name. When using a name, a project is needed — uses the default project from config, or pass --project.
| Flag | Description |
|---|---|
--project | Project identifier (used for name resolution; falls back to default project) |