Batch Create Versions
jira_batch_create_versionsBatch create multiple Jira versions in a project with names, dates, and descriptions in a single operation.
Instructions
Batch create multiple versions in a Jira project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| versions | Yes | JSON array of version objects. Each object should contain: - name (required): Name of the version - startDate (optional): Start date (YYYY-MM-DD) - releaseDate (optional): Release date (YYYY-MM-DD) - description (optional): Description of the version Example: [ {"name": "v1.0", "startDate": "2025-01-01", "releaseDate": "2025-02-01", "description": "First release"}, {"name": "v2.0"} ] | |
| project_key | Yes | Jira project key (e.g., 'PROJ', 'ACV2') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |