Home CodePerformance How do I view the list of issues for this pull request (eg: PR #123)?

How do I view the list of issues for this pull request (eg: PR #123)?

Last updated on Feb 23, 2026

Short Answer: Open the pull request (PR) page (e.g., PR #123). The top summary shows 'Total issues' with colored badges for 'By status' and 'By severity'; the issue table below lists each finding with severity, file path, status, and assignee.

PreRequisites

  1. Be signed in to Everdone.

  2. Open the pull request page (e.g., PR #123).

Steps

  1. Open the pull request page for PR #123 (example PR header: 'PR #123 — Add payment gateway integration').
    You see the PR header and the summary card.

  2. Review the summary card labeled 'Total issues' and the 'By status' and 'By severity' badges.
    The counts and colored badges are visible (for example, 'Open: 4', 'High: 3').

  3. Scroll to the issue table below the filters to view each issue row.
    Each row shows a severity label, issue title, file path tag (e.g., 'src/api/user.js · main · lines 52–63'), a status badge, and an Assignee column.

Troubleshooting

  1. The page shows 'No issues found'.

    Likely Cause: The review returned zero findings for this PR.

    Action: If you expect findings, click 'Re-run review' to scan the latest code, or verify the PR contains relevant code changes.

  2. The page shows 'No matching issues' even though 'Total issues' > 0.

    Likely Cause: Active filters or a search query is hiding results.

    Action: Clear or adjust filters (All severity, All status, All assignees, All files) and clear the search box.

Note: Issue rows include the file path and line numbers so you can jump directly to the exact code location.