diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-28 06:08:26 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-28 06:08:26 +0000 |
commit | 616129d41caac06a1ea0b0a36d1b3018eabac833 (patch) | |
tree | 687b31f7c5dd7cff0e626475a37c0bb114aad338 /doc/user/project/requirements | |
parent | 9c3e48166e3533964b86d6b49cb83165a3a51092 (diff) | |
download | gitlab-ce-616129d41caac06a1ea0b0a36d1b3018eabac833.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project/requirements')
-rw-r--r-- | doc/user/project/requirements/index.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/user/project/requirements/index.md b/doc/user/project/requirements/index.md index 2168e9accaa..43a4a6ac2dc 100644 --- a/doc/user/project/requirements/index.md +++ b/doc/user/project/requirements/index.md @@ -73,3 +73,23 @@ You can view the list of archived requirements in the **Archived** tab. To reopen an archived requirement, click **Reopen**. As soon as a requirement is reopened, it no longer appears in the **Archived** tab. + +## Search for a requirement from the requirements list page + +> - Introduced in [GitLab Ultimate](https://about.gitlab.com/pricing/) 13.1. + +You can search for a requirement from the list of requirements using filtered search bar (similar to +that of Issues and Merge Requests) based on following parameters: + +- Title +- Author username + +To search, go to the list of requirements and click the field **Search or filter results**. +It will display a dropdown menu, from which you can add an author. You can also enter plain +text to search by epic title or description. When done, press <kbd>Enter</kbd> on your +keyboard to filter the list. + +You can also sort requirements list by: + +- Created date +- Last updated |