> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/codescan/issues/filtering-issues-in-codescan.md).

# Filtering Issues in CodeScan

[CodeScan's](https://www.codescan.io/) filters feature offers a clear view of the code’s specific errors.

1. Navigate to **Organization > Issues**.<br>

   <figure><img src="/files/w5AfvizXkLZAl7DmDr5M" alt=""><figcaption><p>Issues</p></figcaption></figure>
2. Click the **Issues** tab to open a new page with different kinds of filters on the left side.<br>

   <figure><img src="/files/H7mMHZOgZteyGytQeoIA" alt=""><figcaption><p>My Issues</p></figcaption></figure>
3. As you can see, many filters will help you determine what kind of an error or a warning you want to work on or view depending on **language preferences**, **type of errors**, **severity**, **rules**, etc.
4. You can filter specific errors by selecting the relevant dropdowns.\
   Here are a few screenshot examples of how to select filters and work on them.
   * Here, you can see the options provided, once you click on the specific filter dropdown category and choose the one which is necessary.<br>

     <figure><img src="/files/XZx407WkIxkKIhivIAKF" alt=""><figcaption><p>Filter by Type</p></figcaption></figure>

**Issues Type and Severity**

To know more about different types of issues raised while running a CodeScan analysis, and issues severities, kindly refer [HERE](https://docs.sonarqube.org/latest/user-guide/issues/).

1. To see similar features for other issues, click on the **dropdown** and see the sub categories of issue.
2. The **Rule** filter enables you to view every instance of a specific issue being found in your project.<br>

   <figure><img src="/files/EmPcWhipKpXM4xlwNb3c" alt=""><figcaption><p>Rule Filter</p></figcaption></figure>
3. Click on the highlighted **link** to know the definition of the rule. This will show you the rule description as well as examples to help you learn more about the problem.<br>

   <figure><img src="/files/IUzMtSLNoyifzZoyqlae" alt=""><figcaption><p>Additional Details</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://knowledgebase.autorabit.com/product-guides/codescan/issues/filtering-issues-in-codescan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
