Create Version
jira_create_versionCreate a new fix version in a Jira project to organize and track software releases. Specify version name, dates, and description for release planning.
Instructions
Create a new fix version in a Jira project.
Args: ctx: The FastMCP context. project_key: The project key. name: Name of the version. start_date: Start date (optional). release_date: Release date (optional). description: Description (optional).
Returns: JSON string of the created version object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | Jira project key (e.g., 'PROJ', 'ACV2') | |
| name | Yes | Name of the version | |
| start_date | No | Start date (YYYY-MM-DD) | |
| release_date | No | Release date (YYYY-MM-DD) | |
| description | No | Description of the version |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |