Home CodePerformance What do the top summary items mean (Total issues, By status, By severity)?

What do the top summary items mean (Total issues, By status, By severity)?

Last updated on Feb 23, 2026

Short Answer: "Total issues" shows the overall count. "By status" shows counts per status (Open, In progress, Resolved, Closed, Rejected). "By severity" shows counts by severity (High, Medium, Low).

PreRequisites

  1. Open the repository Issues page.

Steps

  1. Look at the summary card under the breadcrumb. Read "Total issues" for the overall count.
    You will see the numeric total (for example, 20).

  2. Check the "By status" badges next to "Total issues" to see how many issues are Open, In progress, Resolved, Closed, or Rejected.
    Each status badge shows a count (example: Open: 4, In progress: 3, Resolved: 1, Closed: 0, Rejected: 12).

  3. Review the "By severity" badges to see counts of High, Medium, and Low severity issues.
    The severity badges display totals (example: High: 3, Medium: 3, Low: 2).

  4. Use these counts to guide filtering. Click related filters or combine them with search to narrow results.
    You can quickly refine the issues list using the visible summary numbers and filter controls.

Troubleshooting

  1. The counts don’t match what you see in the issue list.

    Likely Cause: Active filters or a partial repository scan/review may cause discrepancies.

    Action: Clear active filters, wait for any review process to finish, and refresh the page to get updated counts.

Note: The summary counts reflect the currently indexed data. They automatically update when new scans complete or when filters change the visible scope.