Home CodePerformance How do I filter issues by severity, status, assignee or file?

How do I filter issues by severity, status, assignee or file?

Last updated on Feb 23, 2026

Short Answer: Use the filter row: click "All severity", "All status", "All assignees", or "All files" and pick the option(s). Use the file picker under "All files" to choose specific files.

PreRequisites

  1. Open the repository Issues page (e.g., /services/codeperformance/review/orgid/repo/branch/issues).

  2. Be signed in if your organization requires authentication.

Steps

  1. Locate the filter row under the top summary. It includes dropdowns for "All severity", "All status", "All assignees", "All files", plus the search field.
    All four dropdown controls and the search input are visible.

  2. To filter by severity, click "All severity" and choose a level (e.g., High, Medium, Low).
    The issue list updates to show only issues matching the selected severity.

  3. To filter by status, click "All status" and choose a status (e.g., Open, In progress, Resolved, Rejected).
    The list updates to match the selected status filter.

  4. To filter by assignee, click "All assignees" and select a person.
    Only issues assigned to that assignee are shown.

  5. To filter by file(s), click "All files" to open the file picker. Search for files or expand folders, then check the file(s) you want.
    The list shows only issues located in the selected file(s).

Troubleshooting

  1. No issues appear after applying filters.

    LikelyCause: Filters are too restrictive or conflicting (for example, severity + status + file with no overlapping results).

    Action: Reset filters to "All severity", "All status", "All assignees", and clear the file selection. Then apply filters one at a time to identify the conflicting filter.

  2. The file picker shows no matching files when searching.

    Likely Cause: The path/query is incorrect, or the repository file tree is still being indexed.

    Action: Try a broader file search, or wait for the "Reviewing ... files" banner to finish, then open the file picker again.

Note: You can combine filters (severity + status + assignee + files) to narrow results. The top "By status" and "By severity" badges reflect the current scope and may update when filters are applied.