title: Viewing all issues and pull requests
intro: >-
The Issues and Pull Request dashboards list the open issues and pull requests
you've created{% ifversion issues-saved-views %}, as well as your saved
views{% endif %}. You can use them to update items that have gone stale, close
them, or keep track of where you've been mentioned across all
repositories—including those you're not subscribed to.
redirect_from:
- >-
/github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/viewing-all-of-your-issues-and-pull-requests
- /articles/viewing-all-of-your-issues-and-pull-requests
- >-
/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests
- >-
/issues/tracking-your-work-with-issues/managing-issues/viewing-all-of-your-issues-and-pull-requests
- >-
/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests
allowTitleToDifferFromFilename: true
versions:
fpt: '*'
ghes: '*'
ghec: '*'
topics:
- Pull requests
- Issues
shortTitle: View all issues & PRs
type: how_to
Viewing your issues and pull requests
Your issue and pull request dashboards are available at the top of any page. On each dashboard, you can filter the list to find issues or pull requests you created, that are assigned to you, or in which you're mentioned. You can also find pull requests that you've been asked to review.
At the top of any page, click {% octicon "issue-opened" aria-label="Issues" %} to see your issues or {% octicon "git-pull-request" aria-label="Pull requests" %} to see your pull requests.
Optionally, choose a filter or use the search bar to filter for more specific results. For more information, see AUTOTITLE.
{% ifversion issues-saved-views %}
Tracking issues and pull requests with saved views
To help you better monitor and find issues and pull requests across multiple repositories, you can create saved views on the issues dashboard.
You can create up to 25 saved views.
Create a saved view
- At the top of any page, click {% octicon "issue-opened" aria-label="Issues" %} to see your issues.
- On the left sidebar, to the right of "Views", click {% octicon "plus" aria-label="Create view" %}.
- Add a title, description, and custom icon for your view.
- Under "Query", build your search query using the advanced filters. For help using filters, see AUTOTITLE.
Use the
is:prfilter to include pull requests in the saved view. - Click Save view.
Edit, duplicate or delete a saved view
- At the top of any page, click {% octicon "issue-opened" aria-label="Issues" %} to see your issues.
- On the left sidebar, under "Views", click the saved view you want to edit, duplicate or delete.
- To the right of the name of the saved view, click {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}..
- Click {% octicon "pencil" aria-hidden="true" aria-label="pencil" %} Edit to modify the view, {% octicon "duplicate" aria-hidden="true" aria-label="duplicate" %} Duplicate to create a copy of the view, or {% octicon "trash" aria-hidden="true" aria-label="trash" %} Delete to remove the view.
{% endif %}
