Set up Jira Cloud
Learn how to set up Jira Cloud and integrate it with other products and applications.
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.
You must have project administrator permissions to enable features.
From your project’s sidebar, go to Project settings > Features.
Toggle Releases on.
When you enable the releases feature:
A new Fix versions field will be added to your issue types.
A new Releases menu item will be added to the sidebar.
You must have project administrator permissions to create or edit a version.
From your project’s sidebar, select Releases.
Select Create version.
When you create a version, you can enter the:
Name: choose a name that’s easily identifiable for your teammates so they can recognize the version.
Start date: the date work on the version will start.
Release date: the planned release date for the version.
Description: more information about what you plan to release in the version.
Driver: someone in your team with project administrator permissions who’s responsible for coordinating the release from start to finish (by default, it’s the person who creates the version).
Select Releases in your project sidebar, then select your version from the list.
At the bottom of the screen, select Add issues.
Search for an issue key or summary.
Choose the issues to add to the version, then select Add.
Open an issue.
Under the Fix versions field, select a version 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 searches 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. e.g. FixVersion = 1.1
Related work can include release notes, analytics dashboards, designs, support documentation, business projects calendars, and more. Add items to a version to help team members and stakeholders easily find them.
Select Releases from the project sidebar, then select a version from the list.
In the Related work section, select Add.
Enter the related work’s URL and a description (optional).
You add the URL and description later, if the items aren't ready yet.
Select a Category, then Save.
To Edit or Remove related work, select the menu icon () to the right of the item.
To assign someone to work on an item, you’ll need to link it to an issue. Hover over the item and select Link issue (existing), or Create issue.
Keep your business teams in the loop by surfacing your release dates in their calendar.
Read more about showing software release dates in a business calendar
The releases feature shows how much work has been completed in each version. It shows a summary and breakdown of the issues in the version.
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.
Depending on which development tools are connected, warnings can also appear when your issue data is potentially out of sync with your development data. These include warnings about issues that are marked as done but have open pull requests or unreviewed code.
Was this helpful?