summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2018-08-07 15:23:54 +0000
committerMarcia Ramos <virtua.creative@gmail.com>2018-08-07 15:23:54 +0000
commit5cb139176943e9bf3255986f18c569890970c4a2 (patch)
tree4325ee02fc9242b9a2ca32dc0f6ddfff43dc351c
parentd0f03ed9b34e626141c5a55073d282cce6ea3d10 (diff)
downloadgitlab-ce-5cb139176943e9bf3255986f18c569890970c4a2.tar.gz
Add docs for issue board issue count at top of lists
-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.