diff options
author | Victor Wu <victor@gitlab.com> | 2018-08-07 15:28:41 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-08-07 15:28:41 +0000 |
commit | 97774c42edfc6a493533e2ecef864ae40072a633 (patch) | |
tree | 65a4540bf8e028e96d4461d700643109cf57e89c /doc/user/project/labels.md | |
parent | df07f041ac1aeb2aa5507f3c75e53081b608122a (diff) | |
download | gitlab-ce-97774c42edfc6a493533e2ecef864ae40072a633.tar.gz |
Search for labels in project labels list page
Diffstat (limited to 'doc/user/project/labels.md')
-rw-r--r-- | doc/user/project/labels.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/user/project/labels.md b/doc/user/project/labels.md index 914898ea2ea..3ae6dbe585e 100644 --- a/doc/user/project/labels.md +++ b/doc/user/project/labels.md @@ -69,6 +69,16 @@ Every issue and merge request can be assigned any number of labels. The labels a |:---:|:---:| | ![Labels sidebar](img/labels_sidebar.png) | ![Labels sidebar assign](img/labels_sidebar_assign.png) | +## Searching for project labels + +You can search for project labels by navigating from the left sidebar to your +project's **Issues > Labels** and entering your query to the search bar on the +top-right: + +![Labels project list search](img/labels_project_list_search.png) + +GitLab will consider the label title and description for the search. + ## Filtering issues and merge requests by label ### Filtering in list pages |