You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitkraken-client/workspaces.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,13 +89,17 @@ If you are working with a GitHub.com Workspace, you may select a pull request to
89
89
90
90
### Focus view
91
91
92
-
The Focus View section will provide you with a summary of Pull Requests, Issues, and WIPs relevant to you for the repositories grouped in your Workspace. The columns are sortable to make it esier to see what is going on across all of your Workspace repositories.
92
+
The Focus View section will provide you with a summary of Pull Requests, Issues, and WIPs relevant to you for the repositories grouped in a single view on your workspace. You have a search bar to filter the results and columns that represent different states of the PRs, Issues, and WIPs.
* ALL: Shows all pull requests, issues, and WIPs for the repositories in your Workspace.
96
+
* PRS: Shows all open pull requests for the repositories in your Workspace.
97
+
* ISSUES: Shows all issues for the repositories in your Workspace.
98
+
* WIPS: Shows all uncommitted changes for the repositories in your Workspace.
95
99
96
-
* My Pull Requests: shows all PRs opened by you, assigned to you, or awaiting your review
97
-
*My Issues: shows all issues created by you, assigned to you, or that mention you. Click the icon to open the Issue View for the selected issue, where you can view, edit issue details and create a branch for the issue.
98
-
*Work in Progress: shows all branches with uncommitted changes
100
+
In addition, you can filter the Pull Requests and Issues by the following:
101
+
*Filter PRs by `Mine`, `Created by Me`, `Assigned to Me`, or `Needs my review`.
102
+
*Filter ISSUES by `Mine`, `Created by Me`, `Assigned to Me`, or `Mentioned`.
99
103
100
104
Instead of hunting for these pieces of information separately, you can get a holistic view of what you’re working on.
0 commit comments