Skip to content

Commit 822088e

Browse files
Saved views on issues dashboard [GA] #17880 (#55566)
Co-authored-by: Riley Broughten <[email protected]>
1 parent ea08d5b commit 822088e

File tree

3 files changed

+42
-4
lines changed

3 files changed

+42
-4
lines changed
290 KB
Loading
Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,63 @@
11
---
2-
title: Viewing all of your issues and pull requests
3-
intro: 'The Issues and Pull Request dashboards list the open issues and pull requests you''ve created. 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.'
2+
title: Viewing all issues and pull requests
3+
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.'
44
redirect_from:
55
- /github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/viewing-all-of-your-issues-and-pull-requests
66
- /articles/viewing-all-of-your-issues-and-pull-requests
77
- /github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests
88
- /issues/tracking-your-work-with-issues/managing-issues/viewing-all-of-your-issues-and-pull-requests
99
- /issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests
10+
allowTitleToDifferFromFilename: true
1011
versions:
1112
fpt: '*'
1213
ghes: '*'
1314
ghec: '*'
1415
topics:
1516
- Pull requests
1617
- Issues
17-
shortTitle: View all your issues & PRs
18+
shortTitle: View all issues & PRs
1819
type: how_to
1920
---
2021

22+
## Viewing your issues and pull requests
23+
2124
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.
2225

23-
1. 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.
26+
1. 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.
2427

2528
![Screenshot of the header of any page on {% data variables.product.github %}. The "Pull requests" and "Issues" icons are outlined in dark orange.](/assets/images/help/navigation/issues-and-prs-new-navigation.png)
2629

2730
1. Optionally, choose a filter or use the search bar to filter for more specific results. For more information, see [AUTOTITLE](/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests).
2831

32+
{% ifversion issues-saved-views %}
33+
34+
## Tracking issues and pull requests with saved views
35+
36+
To help you better monitor and find issues and pull requests across multiple repositories, you can create saved views on the issues dashboard.
37+
38+
You can create up to 25 saved views.
39+
40+
### Create a saved view
41+
42+
1. At the top of any page, click {% octicon "issue-opened" aria-label="Issues" %} to see your issues.
43+
1. On the left sidebar, under "Views", click **{% octicon "plus" aria-label="Create view" %}**.
44+
45+
![Screenshot of the {% octicon "plus" aria-label="Create view" %}. The icon is outlined in dark orange.](/assets/images/help/issues/issues-create-saved-view.png)
46+
47+
1. Add a title, description, and custom icon for your view.
48+
1. Under "Query", build your search query using the advanced filters. For help using filters, see [AUTOTITLE](/search-github/searching-on-github/searching-issues-and-pull-requests).
49+
> [!TIP] Use the `is:pr` filter to include pull requests in the saved view.
50+
1. Click **Save view**.
51+
52+
### Edit, duplicate or delete a saved view
53+
54+
1. At the top of any page, click {% octicon "issue-opened" aria-label="Issues" %} to see your issues.
55+
1. On the left sidebar, under "Views", click the saved view you want to edit, duplicate or delete.
56+
1. To the right of the name of the saved view, click **{% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}.**.
57+
1. Click **{% octicon "pencil" aria-hidden="true" %} Edit** to modify the view, **{% octicon "duplicate" aria-hidden="true" %} Duplicate** to create a copy of the view, or **{% octicon "trash" aria-hidden="true" %} Delete** to remove the view.
58+
59+
{% endif %}
60+
2961
## Further reading
3062

3163
* [AUTOTITLE](/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions#reviewing-repositories-that-youre-watching)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Issue 17880
2+
# You can create saved views on your issues dashboard.
3+
versions:
4+
fpt: '*'
5+
ghec: '*'
6+
ghes: '>=3.18'

0 commit comments

Comments
 (0)