Bug Affect Version

Affect Version in Orangescrum Cloud helps you record where a defect was first found — the specific product or project version affected by the issue.

It’s a vital part of release management that ensures bugs are traced to their origin and verified properly during regression testing.

Example: If a bug appeared in V30 but was fixed in V31, the Affect Version indicates where the problem originated, helping QA confirm it no longer exists in newer builds.

Why Use Affect Version

  • Trace defect origin: Identify which release introduced the issue.
  • Support regression testing: Test fixes against the same version the bug appeared in.
  • Improve reporting: View defect trends per release.
  • Enhance visibility: Understand how product updates affect system stability.

Accessing Affect Version Settings

  1. Navigate to Settings → Bug Settings → Affect Version.
  2. You’ll see a list of configured versions (e.g., V30).
  3. Add, edit, or remove versions as your project evolves.

Accessing affect version settings

How It Works

When a bug is logged, the reporter selects the Affect Version — indicating which release was impacted.

Later, the Fix Version field can be used to mark the version where it was resolved.

Field Description Example
Affect Version The version where the issue was found.

V30

Fix Version The version where the issue was fixed.

V31

Tip: Keeping both fields updated provides full visibility into bug lifecycles across versions.

Adding a New Affect Version

  1. Click + New Affect Version (top-right).
  2. Enter a clear Version Name (e.g., V30, Release 2.0).
  3. Click Add to save it.
  4. The version becomes selectable in bug reports.

Adding a new affect version

Editing or Deleting Versions

  • To Edit, click the icon next to the version.
  • To Delete, click the icon to remove unused versions.

Editing or deleting versions

Note: Deleting a version unlinks it from bugs but does not delete the bugs themselves.

Bug Fix Version

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

where to find a fix version

How to Create a New Fix Version

  1. Go to Settings → Bug Settings → Fix Version
  2. Click + New Fix Version (top-right corner)
  3. Enter a version name (e.g., v1.1.0 or Sprint_15_Fix)
  4. Click Save

How to create a new fix version

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.

Editing or deleting a fix version

⚠️ 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.

Bug Root Cause

Bug Root Cause in Orangescrum Cloud helps teams record and analyze the fundamental reason behind a bug’s occurrence — not just its symptoms.

By identifying why a defect was introduced (e.g., missing validation, unclear requirements, or configuration errors), teams can implement corrective actions to prevent similar issues in future releases.

Example: If a bug’s root cause is “Requirement Misinterpretation,” the corrective action could be improving requirement review and clarification meetings before development begins.

Why Use Root Cause Analysis

  • Discover patterns: Identify recurring causes of defects across modules or teams.
  • Improve processes: Strengthen QA, design, and development practices based on insights.
  • Enhance reporting: Classify bugs by cause to track and reduce defect leakage.
  • Prevent recurrence: Turn reactive debugging into proactive quality improvement.

Accessing Bug Root Cause Settings

  1. Go to Settings → Bug Settings → Root Cause.
  2. The list shows all existing root causes configured in your workspace.
  3. You can add new ones or edit/remove existing items at any time.

Accessing bug root cause settings

Common Examples of Root Causes

Root Cause Description Example
Requirement Gap Missing or misunderstood requirements. Feature logic unclear in PRD.
Design Flaw Poor architecture or design approach. Missing error handling flow.
Coding Error Incorrect logic or syntax. Null pointer exception in Java.
Integration Issue Misaligned APIs or incompatible modules. Data mismatch between modules.
Testing Coverage Gap Missed edge cases or incomplete testing. Feature passed unit tests but failed in regression.
Configuration Error Incorrect environment or deployment setup. Wrong API keys in staging environment.

Tip: You can customize root cause categories based on your industry or workflow — for instance, add Data Error, Third-Party Dependency, or Human Error as needed.

Adding a New Root Cause

  1. Click + New Root Cause (top-right corner).
  2. Enter a descriptive Root Cause Name (e.g., Requirement Gap, Configuration Error).
  3. Click Add to save it.
  4. The new cause will appear in your list and can be selected during bug reporting or analysis.

Adding a new root cause

Editing or Deleting a Root Cause

  • To Edit, click the icon beside an existing cause.
  • To Delete, click the icon if the cause is no longer relevant.
  • Deletion will unassign the cause from existing issues but keep the records intact.

Editing or deleting a root cause

Bug Root Cause in Orangescrum Cloud transforms your defect tracking into a learning process — helping your teams identify, analyze, and eliminate the real reasons behind recurring issues.

Bug Phase

Bug Phase in Orangescrum Cloud allows you to define at which stage of the project a defect was identified — such as during Requirements Gathering, Design, Development, Testing, or Deployment.

This helps project managers and QA teams analyze the origin of issues, identify process bottlenecks, and improve quality control at every phase of the software development lifecycle (SDLC).

Example: If multiple issues are logged during the “Design” phase, it indicates the need for stronger design review or validation steps.

Why Define Bug Phases

  • Pinpoint issue origins — know exactly when and where bugs are introduced.
  • Improve process control — strengthen quality assurance at weak stages.
  • Generate better analytics — understand trends and prevent future defects.
  • Enhance collaboration — give visibility to both development and QA teams on recurring phase-level issues.

Accessing Bug Phase Settings

  1. Navigate to Settings → Bug Settings → Phase.
  2. You’ll see a list of existing default phases such as Requirements, Design, and Development.
  3. You can add, edit, or remove phases based on your workflow or development process.

Accessing bug phase settings

Default Bug Phases

Phase Description Example
Requirements Bugs introduced due to unclear or incomplete requirements. Missing acceptance criteria, ambiguous scope.
Design Defects identified in UI/UX or architectural design. Incorrect layout, poor navigation flow.
Development Code-related bugs found during implementation or testing. Logic errors, broken API calls, data mismatch.
Testing (custom) Issues detected during QA or user acceptance testing. Validation errors, regression bugs.
Deployment (custom) Problems occurring after release or deployment. Configuration errors, environment issues.

Note: You can customize these phases to match your specific SDLC or Agile workflow.

Adding a New Bug Phase

  1. Click + New Bug Phase (top-right corner).
  2. Enter a clear and descriptive Phase Name (e.g., Testing, UAT, Production).
  3. Click Add to save it.
  4. The new phase will appear in your list and be available during bug reporting.

Adding a new bug phase

Editing or Deleting Phases

  • To Edit, click the icon beside a phase name and update the text.
  • To Delete, click the icon to remove unused phases.
  • Deleting a phase will unassign it from existing issues, but will not delete the issues themselves.

Editing or deleting phases

Tip: Always align your Bug Phases with your project’s actual delivery workflow — for example, Agile sprints or Waterfall milestones.

Bug Issue Type

Bug Issue Type in Orangescrum Cloud helps teams differentiate between various kinds of reported items — such as bugs, improvements, feature requests, or general queries.

By defining specific issue types, you can manage work more efficiently, prioritize development, and generate accurate reports for QA and product analysis.

Example: When a user reports an “API timeout,” you can log it as a Bug, while a suggestion to “Add export to PDF” can be logged as an Improvement.

Why Use Issue Types

  • Organize issues logically — separate bugs, tasks, enhancements, and queries.
  • Improve reporting — generate more accurate defect and improvement metrics.
  • Simplify tracking — quickly filter and assign items based on type.
  • Align teams — ensure QA, dev, and product teams speak the same language.

Accessing Bug Issue Type Settings

  1. Go to Settings → Bug Settings → Issue Type.
  2. You’ll see the existing default issue types such as Bug, Improvement, and Query.
  3. You can activate, deactivate, or add new custom issue types anytime.

Accessign bug issue type settings

Default Issue Types

Issue Type Description Example
Bug A defect or error that breaks functionality or causes unexpected results. Broken link, calculation error, crash on save.
Improvement A request to enhance existing functionality. Optimize dashboard speed, update email template.
Query A question or clarification request that does not indicate a product fault. “How does this filter work?”

You can also create additional issue types such as Feature Request, Enhancement, or Change Request to suit your project workflow.

Adding a New Issue Type

  1. Click + New Issue Type (top-right corner).
  2. Enter a clear Issue Type Name in the field (e.g., Enhancement, Task, Feature Request).
  3. Click Add to save it.
  4. Your new type will now appear in the list and can be selected when logging bugs or issues.

Adding a new issue type

Editing or Deleting an Issue Type

  • To Edit, hover over the issue type name and click the icon.
  • To Delete, click the icon to remove it from your configuration.
  • Deleting an issue type will not erase the associated issues but will unlink the classification.

Editing or deleting issue type

Tip: Keep your issue types minimal (3–6) to avoid confusion and maintain reporting clarity.

Bug Category

Bug Category in Orangescrum Cloud allows you to classify and organize defects based on specific modules, functionalities, or areas of your project.

By grouping bugs under meaningful categories—such as UI/UX, Database, Integration, or API Errors—you can streamline triage, assign the right team members, and analyze recurring issues more effectively.

Example: You can create separate categories like “Login Module,” “Payment Gateway,” or “Dashboard Reports” to quickly locate and manage defects in those sections.

Why Use Bug Categories

  • Improve visibility: Quickly identify which area of the project the issue belongs to.
  • Streamline assignment: Assign issues to the right functional or technical owner.
  • Enhance reporting: Track recurring problems within a specific feature or module.
  • Speed up resolution: Reduce back-and-forth communication by clearly defining ownership.

Accessing Bug Category Settings

  1. Navigate to Settings → Bug Settings → Category.
  2. You’ll see an empty list if no categories exist.
  3. From here, you can add new categories or manage existing ones.

Accessing bug category settings

Creating a New Bug Category

To create a category:

  1. Click + New Bug Category (top right corner).
  2. Enter a Category Name in the pop-up window.
    • Example: UI Design, Database Query, API Failure.
  3. (Optional) Check Create another if you want to add multiple categories continuously.
  4. Click Add to save your new category.

Creating a new bug category

Your new bug category will now appear in the list and will be available for selection when logging new issues or editing existing ones.

Editing or Deleting a Category

  • To Edit, hover over the category and click the icon to rename it.
  • To Delete, click the icon to remove categories no longer in use.
  • Any deleted category will be unlinked from existing bugs, but the bug records themselves will remain intact.

Editing or deleting a category

Tip: Keep your category names short and descriptive so team members can quickly identify where an issue belongs.