> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cassidyai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Bug Prioritization Engine

> Enhances development focus, streamlines communication between support and engineering teams, and improves product stability.

<Frame>
  <img src="https://mintcdn.com/cassidy/sYy-vNuqpU0xqerK/images/use-cases/bug-prioritization-engine-img-0.png?fit=max&auto=format&n=sYy-vNuqpU0xqerK&q=85&s=9030d7bba112622e01c16a016ae15f10" alt="Bug Prioritization Engine" width="1920" height="1080" data-path="images/use-cases/bug-prioritization-engine-img-0.png" />
</Frame>

## What does this mean?

Enhances development focus and facilitates clear communication between support and engineering teams, ensuring that critical issues are addressed efficiently and improving overall product stability and user satisfaction.

Analyzes and categorizes bug reports from various sources, prioritizing them based on severity, frequency, and user impact for integration into the development backlog.

## Workflow steps

<Steps>
  <Step title="Trigger on new bug report">
    The Workflow activates automatically when a new bug report is submitted—whether from Jira, Zendesk, or another issue tracking system.
  </Step>

  <Step title="Analyze and categorize the bug">
    Cassidy analyzes the bug report details, extracting key information like error type, affected features, and reproduction steps.
  </Step>

  <Step title="Assess severity and user impact">
    The Workflow evaluates the bug's severity by cross-referencing frequency of occurrence, number of users affected, and potential business impact using your Knowledge Base and historical data.
  </Step>

  <Step title="Assign priority score">
    Based on the analysis, Cassidy assigns a priority score and categorization (critical, high, medium, low) to help engineering teams focus on what matters most.
  </Step>

  <Step title="Route for human review">
    The prioritized bug report is sent to a team lead for quick validation before it enters the development backlog.
  </Step>

  <Step title="Update backlog and notify teams">
    Once approved, the Workflow updates the development backlog in Jira with the priority assignment and sends a notification to the relevant engineering and support teams, keeping everyone aligned on critical issues.
  </Step>
</Steps>

## Related

<CardGroup cols={2}>
  <Card title="Build and configure an Agent" icon="robot" href="/agents/build-and-configure">
    Create a custom Agent with tailored instructions and Knowledge Base access.
  </Card>

  <Card title="Set up your Knowledge Base" icon="book" href="/knowledge-base/setup">
    Add your company documents so Agents can reference them.
  </Card>
</CardGroup>
