diff options
| author | Robert Speicher <robert@gitlab.com> | 2016-08-25 18:04:22 +0000 |
|---|---|---|
| committer | Robert Speicher <robert@gitlab.com> | 2016-08-25 18:04:22 +0000 |
| commit | 1cc59ffec6f9c255edc48348a95f030917609122 (patch) | |
| tree | 08f6eb16615cfa2c381af855fcc67705c12dc0e1 /doc | |
| parent | 4c17e1b3dbb6c30345d52fc8c9789440f4fcb326 (diff) | |
| parent | baa73b659ae50fa82d9c4be6ab5080a9475d7041 (diff) | |
| download | gitlab-ce-1cc59ffec6f9c255edc48348a95f030917609122.tar.gz | |
Merge branch '21257-label-lists-should-shows-opened-or-closed-issues-with-that-label' into 'master'
Label list shows all issues (opened or closed) with that label
## What does this MR do?
Change the label list to shows all issues (opened or closed) with that label.
## What are the relevant issue numbers?
Closes #21257
See merge request !5991
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/user/project/issue_board.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/user/project/issue_board.md b/doc/user/project/issue_board.md index 9df9ed9c9da..cac926b3e28 100644 --- a/doc/user/project/issue_board.md +++ b/doc/user/project/issue_board.md @@ -31,10 +31,9 @@ Below is a table of the definitions used for GitLab's Issue Board. There are three types of lists, the ones you create based on your labels, and two default: -- **Backlog** (default): shows all issues that do not fall in one of the other - lists. Always appears on the very left. -- **Done** (default): shows all closed issues. Always appears on the very right. -- Label list: a list based on a label. It shows all issues with that label. +- **Backlog** (default): shows all opened issues that do not fall in one of the other lists. Always appears on the very left. +- **Done** (default): shows all closed issues that do not fall in one of the other lists. Always appears on the very right. +- Label list: a list based on a label. It shows all opened or closed issues with that label.  |
