> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firstresonance.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Find and export issues

> Narrow the Issues page with shortcut cards and filters, read the matching total, and export the results to CSV.

The **Issues** page lists every issue in your organization. Shortcut cards and the **Filters** panel narrow that list, a total in the table toolbar tells you how many issues match, and **Export CSV** writes either your selection or the whole match to a file.

## Narrow the list with a shortcut card

Four cards sit above the table. The first three apply a filter and show a count:

| Card                  | What it filters to                     |
| --------------------- | -------------------------------------- |
| **My Issues**         | Open issues assigned to you.           |
| **Created this week** | Issues created in the last seven days. |
| **Open**              | All open issues.                       |

"Open" means **Pending**, **In Progress**, or **In Review**. Each card counts the same set it filters to, so once a card is the only filter active, its badge and the toolbar total agree.

Click a card to apply its filter; the card highlights while it's active, and clicking it again removes the filter. Toggling a card off clears only the conditions the cards themselves use: status, assignee, and creation date. Other conditions you built in the **Filters** panel stay. **My Issues** and **Open** share the status condition, so clicking **Open** while **My Issues** is active drops the assignee condition and widens the list to all open issues. The fourth card, **Create Issue**, opens the create dialog instead of filtering. When any filter is active, a **Clear** control appears alongside the cards to remove them all.

Large counts are abbreviated (`47.3K`). Hover a badge to read the exact number.

## Read the matching total

The table toolbar shows the number of issues matching the current filter, as **N rows**. It tracks the shortcut cards, the **Filters** panel, and the search box together, so it always describes what's on screen.

## Select issues

The header checkbox selects the rows that are currently loaded, not every issue that matches. The floating toolbar names which one you have:

* **N of M selected** after selecting all, when more issues match than are loaded. M is the matching total, and the gap tells you the selection is partial.
* **N items selected** in every other case: a hand-picked selection, or a selection that already covers every matching issue.

Scroll to load more rows, then select again to widen the selection.

## Export to CSV

Click **Export CSV** in the table toolbar and choose:

* **Export selected (N)**: writes only the rows you selected.
* **Export all matching (N)**: pages through every issue matching the current filter, not just the rows already loaded. The button reports progress as **Exporting… X of Y** while it runs.

The export writes the columns you have visible, in their current order.

<Note>
  **Export all matching** covers at most 50,000 rows. Past 500 rows the menu warns that it will take a while; past 50,000 it says up front that only the first 50,000 rows are written. If an export stops short, a toast names how many rows were written and tells you to narrow the filter to get the rest.
</Note>

## Related

* [Overview](/track-quality/issues)
* [Create an issue](/track-quality/issues/create-an-issue)
* [Quality reporting](/track-quality/quality-reporting)
