How to Manage Releases in Jira (2026 Guide)
Jira's release management capabilities center around Versions (also called Fix Versions). Each version represents a release, and issues are tagged with the version they will ship in. This creates a release-centric view of your work that complements the sprint-centric view.
This guide covers how to use Jira's release features for planning, tracking, and shipping releases.
Step-by-step guide
Step 1: Create versions for each release
Go to Project Settings > Versions (or the Releases section in the sidebar). Create a version for each planned release with a name (e.g., "v2.4.0"), start date, release date, and description. Use semantic versioning for software releases or date-based naming for regular release trains.
Step 2: Tag issues with Fix Version
As you plan work, set the Fix Version field on each issue to the target release. This associates the issue with a release. You can tag issues during sprint planning or backlog grooming. Use bulk edit to tag multiple issues at once.
Step 3: Use the Release Hub
Navigate to Releases in the sidebar to see the Release Hub. This shows each version with progress bars (% of issues completed), open vs resolved issue counts, and a burndown view. The Release Hub is your single view for release readiness.
Step 4: Set up release readiness criteria
Define what "ready to release" means: all Blocker and Critical bugs resolved, all stories in Done status, release notes written, QA sign-off complete. Create a Jira filter that checks these criteria and display it on the Release Hub.
Step 5: Manage release scope changes
When issues are added or removed from a release mid-cycle, use the Version Report to track scope changes over time. The report shows when issues were added, removed, or completed. This data is essential for release retrospectives and improving future estimates.
Step 6: Release and archive the version
When the release ships, click "Release" on the version. Jira archives the version and moves any incomplete issues to the next version (you choose which). Write release notes in Confluence and link them to the Jira version.
Common mistakes
Not using Fix Versions
Many teams use sprints for everything and ignore versions. Sprints are for cadence. Versions are for releases. A release can span multiple sprints, and a sprint can contribute to multiple releases.
Release scope that changes every day
Constantly adding and removing issues from a release version creates chaos. Lock scope at a defined cutoff date. After cutoff, new items go to the next release unless they are Blocker bugs.
No release notes process
Shipping without release notes means customers and internal stakeholders learn about changes by accident. Write release notes as part of the release checklist, not as an afterthought.
Tips
- Use Automation to notify the team when a release is 90% complete
- Create a "Release Checklist" issue template with all go-live tasks as subtasks
- Use the Version Report to show stakeholders scope changes during release retrospectives
How Vantage helps
Vantage generates tickets that push to Jira with Fix Version awareness. When creating tickets from PRDs, you can specify the target release and Vantage assigns the appropriate Fix Version. Release planning connects to the PRD requirements that justify each feature in the release.