Create version
The Jira Create Version tool is an AI-powered integration that streamlines project management by automating the creation of project versions in Jira. It allows users to easily define version details such as name, description, release dates, and status directly within their workflows.
Features
- Automates creation of project versions in Jira with required fields like cloud ID, project ID, and version name.
- Supports optional metadata including descriptions, archived and released status flags.
- Allows specifying start and release dates using ISO 8601 format for precise version scheduling.
- Enables moving unfixed issues to another version upon release for better issue tracking.
- Provides expandable response options to fetch operations and issue status counts for comprehensive version insights.
Benefits
- Saves time by automating repetitive version creation tasks within Jira projects.
- Improves project tracking accuracy by enforcing consistent version metadata input.
- Enhances release planning with clear scheduling using standardized date formats.
- Facilitates cleaner issue management by automatically relocating unfixed issues during releases.
- Delivers actionable insights through expanded data about version operations and issue statuses.
Description
Creates a project version., See the docs
Parameters
10 parameters
| Name | Type | Description |
|---|---|---|
| cloudIdrequired | string | The cloud ID. |
| projectIDrequired | string | The project ID. |
| namerequired | string | The unique name of the version. Required when creating a version. The maximum length is 255 characters. |
| description | string | The description of the version. |
| archived | boolean | Indicates that the version is archived. |
| released | boolean | Indicates that the version is released. If the version is released a request to release again is ignored. Not applicable when creating a version. |
| startDate | string | The start date of the version. Expressed in ISO 8601 format (yyyy-mm-dd). |
| releaseDate | string | The release date of the version. Expressed in ISO 8601 format (yyyy-mm-dd). |
| moveUnfixedIssuesTo | string | The URL of the self link to the version to which all unfixed issues are moved when a version is released. Not applicable when creating a version. Optional when updating a version. |
| expand | string | Use expand to include additional information about version in the response. This parameter accepts a comma-separated list. Expand options include:
|