diff options
| author | Chantal Rollison <afspirit04@gmail.com> | 2018-10-03 08:15:00 +0000 |
|---|---|---|
| committer | Tim Zallmann <tzallmann@gitlab.com> | 2018-10-03 08:15:00 +0000 |
| commit | 38f3d59fd0b2dd4eef5c94512ea6216a0e5d56b5 (patch) | |
| tree | ce34ad0daceb0e9aed942cfbb84425b39b66ae08 /doc/user | |
| parent | 82ece8ad4584278ce437270470b54ff9b42c653b (diff) | |
| download | gitlab-ce-38f3d59fd0b2dd4eef5c94512ea6216a0e5d56b5.tar.gz | |
#13650 added wip search functionality and tests
Diffstat (limited to 'doc/user')
| -rw-r--r-- | doc/user/project/merge_requests/img/filter_wip_merge_requests.png | bin | 0 -> 17346 bytes | |||
| -rw-r--r-- | doc/user/project/merge_requests/work_in_progress_merge_requests.md | 11 |
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/user/project/merge_requests/img/filter_wip_merge_requests.png b/doc/user/project/merge_requests/img/filter_wip_merge_requests.png Binary files differnew file mode 100644 index 00000000000..40913718385 --- /dev/null +++ b/doc/user/project/merge_requests/img/filter_wip_merge_requests.png diff --git a/doc/user/project/merge_requests/work_in_progress_merge_requests.md b/doc/user/project/merge_requests/work_in_progress_merge_requests.md index f01da06fa6e..66ac7740157 100644 --- a/doc/user/project/merge_requests/work_in_progress_merge_requests.md +++ b/doc/user/project/merge_requests/work_in_progress_merge_requests.md @@ -7,7 +7,7 @@ have been marked a **Work In Progress**.  To mark a merge request a Work In Progress, simply start its title with `[WIP]` -or `WIP:`. As an alternative, you're also able to do it by sending a commit +or `WIP:`. As an alternative, you're also able to do it by sending a commit with its title starting with `wip` or `WIP` to the merge request's source branch.  @@ -15,4 +15,11 @@ with its title starting with `wip` or `WIP` to the merge request's source branch To allow a Work In Progress merge request to be accepted again when it's ready, simply remove the `WIP` prefix. - + + +## Filtering merge requests with WIP Status + +To filter merge requests with the `WIP` status, you can type `wip` +and select the value for your filter from the merge request search input. + + |
