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
-
Be signed in to Everdone.
-
Open the pull request page (e.g., PR #123).
Steps
-
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. -
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'). -
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
-
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.
-
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.