> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/code-repository/use-harness-code/pull-requests/prs-of-interest.md).

# PR Dashboard

The PR Dashboard is a user-centric pull request page available at account, organization, and project scope. It shows the pull requests relevant to the signed-in user, and it can widen to every pull request in the selected scope regardless of author.

The dashboard suits leads, reviewers, and teams working across several projects or repositories who need visibility into all in-flight changes rather than only their own.

***

### What you will learn <a href="#what-you-will-learn" id="what-you-will-learn"></a>

* **Predefined queries:** The three built-in views and what each returns.
* **Scope:** How account, organization, and project scope change the result set.
* **Filters:** How to narrow the list by author, status, label, and review status.

***

### Before you begin <a href="#before-you-begin" id="before-you-begin"></a>

* **Feature flag:** The PR Dashboard is behind the feature flag `CODE_SPACE_PULLREQ`. Contact [Harness Support](mailto:support@harness.io) to enable it on your account.
* **Repository permissions:** You see only the pull requests in repositories you can access. Go to the [permissions reference](/harness-ai/use-harness-platform/platform-access-control/permissions-reference.md#code-repository) to review the permission list.

***

### Predefined queries <a href="#predefined-queries" id="predefined-queries"></a>

The dashboard includes three predefined queries:

* **All:** Every pull request in the selected scope.
* **Created:** Pull requests created by the signed-in user.
* **Review Requested:** Pull requests where the signed-in user has been requested as a reviewer.

***

### Key capabilities <a href="#key-capabilities" id="key-capabilities"></a>

The dashboard gives a complete view of pull requests across the selected scope, whether that is account, organization, or project, and regardless of author. Teams can therefore track all ongoing work rather than only the pull requests tied to the current user.

You can filter the list by:

* **Author:** Narrow to the users who opened the pull requests.
* **Status:** Narrow by pull request status, such as open or closed.
* **Labels:** Narrow by labels such as `bug`, `feature`, or `needs-review`. Go to [Labels](/code-repository/use-harness-code/collaborate-and-develop/labels.md) to create them.
* **Your Reviews:** For pull requests assigned to you, narrow further by review status: `Pending`, `Approved`, or `Changes Requested`.

<figure><img src="/files/8dOzgDRXznu2Kpf1iIA2" alt="PR Dashboard showing pull requests filtered by scope and review status"><figcaption><p>Click to view full size</p></figcaption></figure>

*Switch between the All, Created, and Review Requested queries, then narrow the result set with filters.*

***

### Related concepts <a href="#related-concepts" id="related-concepts"></a>

You can now find the pull requests that need your attention across every repository you can reach.

* [Labels](/code-repository/use-harness-code/collaborate-and-develop/labels.md): Create the labels the dashboard filters on.
* [Review pull requests](/code-repository/use-harness-code/pull-requests/review-pr.md): Act on the pull requests assigned to you.
* [Create a pull request](/code-repository/use-harness-code/pull-requests/create-pr.md): Open a pull request that appears under Created.
