Set up Jira Software Cloud
Learn how to set up Jira Software Cloud and integrate it with other products and applications.
All content related to Jira Cloud Automation, previously under the Automate your Jira processes and workflows section, have moved to the new Cloud Automation docs.
Releases represent points in time for your project. They can be used to schedule how features are rolled out to your customers, or as a way to organize work that has been completed for the project.
Navigate to your team-managed or company-managed software project.
Go to Project Settings > Features.
Enable the Releases feature.
A new menu item, Releases, will be added to the project menu.
The following changes will be made to your project when you enable the feature:
A new field, Fix versions, will be added to your issue types.
A new menu item, Releases, will be added to the left-hand project menu.
In Jira Software, each release is called a version. There are two ways to create versions in your project. Only project admins can create versions.
Select Releases in the project menu on the left.
Select Create version. Give your version a name, eg 1.1.
On the Backlog, select the Version filter and enable the Versions panel toggle.
Select Backlog in the project menu on the left.
Select + Create version.
Open an issue.
Under the Fix versions field, select a version that to add the issue to. You can select more than one version.
On the Backlog, select the Version filter and enable the Versions panel toggle.
Navigate to the Backlog
Open the Versions panel.
Drag an issue to the version you want to add it to.
Here you can also drag-and-drop issues from one epic to another. Hold Ctrl (Windows) or Command (Mac) to multi-select.
Navigate to your project's Board or Backlog.
In the Versions filter or panel, select one or more versions. Issues belonging to these versions will continue showing, while all other issues will be hidden.
Issues created while versions are selected in the Version filter will automatically be added to those versions.
You can use JQL to perform more powerful searched using versions.
Select Jira home in the top-left corner.
Select Filters > Search issues.
Select Switch to JQL.
In your JQL query, you can use the FixVersion operator to search for issues in a specific version. Eg: FixVersion = 1.1.
The Releases page shows how much work has been completed in each version. It shows a summary and a breakdown of the issues in the version, grouped by status. If you have connected Jira Software to your development tools, the release page will show development information about pull requests, commits, builds, and deployments associated with your issues. The page also warns you if your development tools are out of sync with Jira Software — for example, completed issues with open pull requests, failing builds, or unreviewed code. To view the release page, go to your project and select Releases in the project menu, then select a version.
Was this helpful?