jira_version_create
Create a new version in a JIRA project. Dates are validated client-side and must be YYYY-MM-DD. Returns YAML for the created version.
Instructions
Create a new version in a JIRA project. Dates must be YYYY-MM-DD and are validated client-side. Returns YAML for the created version. Mirrors omni-dev atlassian jira version create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archived | No | Whether the version is archived. Defaults to `false`. | |
| description | No | Version description. | |
| name | Yes | Version name (e.g., `1.0.0`). | |
| project | Yes | Project key (e.g., `PROJ`). | |
| release_date | No | Release date (ISO 8601, `YYYY-MM-DD`). Validated client-side. | |
| released | No | Whether the version is released. Defaults to `false`. | |
| start_date | No | Start date (ISO 8601, `YYYY-MM-DD`). Validated client-side. |