Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
13a8eb1d
Commit
13a8eb1d
authored
Oct 29, 2018
by
Heinrich Lee Yu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation
parent
f8ef68af
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
doc/user/search/img/dashboard_links.png
doc/user/search/img/dashboard_links.png
+0
-0
doc/user/search/img/issues_assigned_to_you.png
doc/user/search/img/issues_assigned_to_you.png
+0
-0
doc/user/search/img/left_menu_bar.png
doc/user/search/img/left_menu_bar.png
+0
-0
doc/user/search/index.md
doc/user/search/index.md
+8
-8
spec/javascripts/search_autocomplete_spec.js
spec/javascripts/search_autocomplete_spec.js
+1
-1
No files found.
doc/user/search/img/dashboard_links.png
0 → 100644
View file @
13a8eb1d
26.5 KB
doc/user/search/img/issues_assigned_to_you.png
View replaced file @
f8ef68af
View file @
13a8eb1d
47.9 KB
|
W:
|
H:
49.3 KB
|
W:
|
H:
2-up
Swipe
Onion skin
doc/user/search/img/left_menu_bar.png
deleted
100644 → 0
View file @
f8ef68af
36.6 KB
doc/user/search/index.md
View file @
13a8eb1d
...
@@ -2,27 +2,27 @@
...
@@ -2,27 +2,27 @@
## Issues and merge requests
## Issues and merge requests
To search through issues and merge requests in multiple projects, you can use the left-sidebar.
To search through issues and merge requests in multiple projects, you can use the
**Issues**
or
**Merge Requests**
links
in the top-right part of your screen.
Click the menu bar, then
**Issues**
or
**Merge Requests**
, which work in the same way,
Both of them work in the same way, therefore, the following notes are valid for both.
therefore, the following notes are valid for both.
The number displayed on their right represents the number of issues and merge requests assigned to you.
The number displayed on their right represents the number of issues and merge requests assigned to you.
![
menu bar - issues and MRs assigned to you
](
img/left_menu_bar
.png
)
![
issues and MRs dashboard links
](
img/dashboard_links
.png
)
When you click
**Issues**
, you'll see the opened issues assigned to you straight away:
When you click
**Issues**
, you'll see the opened issues assigned to you straight away:
![
Issues assigned to you
](
img/issues_assigned_to_you.png
)
![
Issues assigned to you
](
img/issues_assigned_to_you.png
)
You can filter them by
**Author**
,
**Assignee**
,
**Milestone**
, and
**Labels**
,
You can search through
**Open**
,
**Closed**
, or
**All**
issues.
searching through
**Open**
,
**Closed**
, and
**All**
issues.
Of course, you can combine all filters together.
You can also filter the results using the search and filter field. This works in the same way as the ones found in the
per project pages described below.
### Issues and MRs assigned to you or created by you
### Issues and MRs assigned to you or created by you
You'll
find a shortcut to issues and merge requests create
by you or assigned to you
You'll
also find shortcuts to issues and merge requests created
by you or assigned to you
on the search field on the top-right of your screen:
on the search field on the top-right of your screen:
![
shortcut to your issues and mrs
](
img/issues_mrs_shortcut.png
)
![
shortcut to your issues and mrs
](
img/issues_mrs_shortcut.png
)
...
...
spec/javascripts/search_autocomplete_spec.js
View file @
13a8eb1d
...
@@ -186,7 +186,7 @@ describe('Search autocomplete dropdown', () => {
...
@@ -186,7 +186,7 @@ describe('Search autocomplete dropdown', () => {
widget
.
searchInput
.
val
(
'
help
'
);
widget
.
searchInput
.
val
(
'
help
'
);
widget
.
searchInput
.
triggerHandler
(
'
focus
'
);
widget
.
searchInput
.
triggerHandler
(
'
focus
'
);
list
=
widget
.
wrap
.
find
(
'
.dropdown-menu
'
).
find
(
'
ul
'
);
list
=
widget
.
wrap
.
find
(
'
.dropdown-menu
'
).
find
(
'
ul
'
);
link
=
"
a[href='
"
+
projectIssuesPath
+
'
/?assignee_
id=
'
+
userId
+
"
']
"
;
link
=
"
a[href='
"
+
projectIssuesPath
+
'
/?assignee_
username=
'
+
userName
+
"
']
"
;
expect
(
list
.
find
(
link
).
length
).
toBe
(
0
);
expect
(
list
.
find
(
link
).
length
).
toBe
(
0
);
});
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment