Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-08-07 18:23:54 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-08-07 18:23:54 +0300
commitdf07f041ac1aeb2aa5507f3c75e53081b608122a (patch)
tree4325ee02fc9242b9a2ca32dc0f6ddfff43dc351c
parentd0f03ed9b34e626141c5a55073d282cce6ea3d10 (diff)
parent5cb139176943e9bf3255986f18c569890970c4a2 (diff)
Merge branch 'docs-summed-weights' into 'master'
Add docs for issue board issue count at top of lists See merge request gitlab-org/gitlab-ce!21064
-rw-r--r--doc/user/project/issue_board.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/issue_board.md b/doc/user/project/issue_board.md
index 6dfdbe6c0d5..49b49271cff 100644
--- a/doc/user/project/issue_board.md
+++ b/doc/user/project/issue_board.md
@@ -119,7 +119,7 @@ Issue Board, that is, create or delete lists and drag issues from one list to an
## Issue Board terminology
- **Issue Board** - Each board represents a unique view for your issues. It can have multiple lists with each list consisting of issues represented by cards.
-- **List** - A column on the issue board that displays issues matching certain attributes. In addition to the default lists of 'Backlog' and 'Closed' issue, each additional list will show issues matching your chosen label or assignee.
+- **List** - A column on the issue board that displays issues matching certain attributes. In addition to the default lists of 'Backlog' and 'Closed' issue, each additional list will show issues matching your chosen label or assignee. On the top of that list you can see the number of issues that belong to it.
- **Label list**: a list based on a label. It shows all opened issues with that label.
- **Assignee list**: a list which includes all issues assigned to a user.
- **Backlog** (default): shows all open issues that do not belong to one of the other lists. Always appears as the leftmost list.