Track and manage bug fixes across releases with clarity. The Fix Version feature in Orangescrum Cloud helps teams track which release or version a bug or issue was fixed in.
It ensures product stability and provides a clear historical reference for every issue β making it easier for QA teams, developers, and release managers to validate fixes and plan version rollouts efficiently.
π‘ Fix Versions are primarily used in bug tracking and release management workflows.
Where to Find Fix Version
You can find the Fix Version option under:
Settings β Bug Settings β Fix Version
Here, Admins and Project Managers can:
- Add new Fix Versions
- Edit existing Fix Versions
- Delete or deactivate unused Fix Versions

How to Create a New Fix Version
- Go to Settings β Bug Settings β Fix Version
- Click + New Fix Version (top-right corner)
- Enter a version name (e.g., v1.1.0 or Sprint_15_Fix)
- Click Save

Your new Fix Version will appear in the list and can be assigned to any bug or issue during or after resolution.
Use consistent naming (like βv1.0.1β, βPatch_Q4_2024β) to simplify release tracking.
Editing or Deleting a Fix Version
- To edit, click the icon beside the version name.
- To delete, click the trash icon.

β οΈ Deleting a Fix Version will remove it from any associated bugs, so use with caution.
Using Fix Version in Bug Tracking
When creating or updating a bug, you can assign a Fix Version to indicate the version or release where the issue will be (or has been) resolved.
Example:
- Bug: βLogin page throws 500 errorβ
- Fix Version: v2.3.1
- Status: Resolved
This helps QA testers verify the bug in the specific build or deployment.
π QA teams can filter bugs by Fix Version to focus on regression and validation testing.
Why Fix Version Matters
| Benefit | Description |
| Release Tracking | Know which issues were fixed in each version or patch. |
| Quality Assurance | Test teams can validate fixes before release. |
| Change Log Management | Automatically generate fixed summaries for release notes. |
| Historical Audit | Keep a clear history of what was fixed, when, and in which version. |
Best Practices
β
Align Fix Versions with your release cycle β e.g., Sprint numbers, product versions, or deployment dates.
β
Use descriptive version names β to easily match versions with builds or repositories.
β
Update regularly β close out old versions and archive completed ones to maintain clarity.
β
Combine with Affect Version β to see where the issue appeared vs. where it was fixed.
Example Use Case
| Bug ID | Summary | Affect Version | Fix Version | Status |
| #1021 | Login error on mobile | v2.2 | v2.3 | Resolved |
| #1035 | Slow loading dashboard | v2.3 | v2.4 | Fixed |
| #1040 | Email notifications not triggering | v2.1 | v2.3 | Closed |
π§Ύ This table gives teams a full audit trail across defects, fixes, and releases.
π‘ Related Bug Settings
| Setting | Description |
| Affect Version | Indicates which version the issue was found in. |
| Root Cause | Defines the underlying reason behind the issue. |
| Severity | Measures the impact level of the bug. |
| Phase | Shows the stage where the bug was identified or fixed. |