diff options
author | Victor Wu <victor@gitlab.com> | 2017-06-15 18:41:34 +0000 |
---|---|---|
committer | Victor Wu <victor@gitlab.com> | 2017-06-15 18:41:34 +0000 |
commit | 3c63dca021eb385a708771470320b14376f925e2 (patch) | |
tree | 8c83a597d10fde02b9d3908e7c7010f505201a53 /doc | |
parent | de4d846dcc917b2b740fa5587dfbb0c2dd9b8506 (diff) | |
download | gitlab-ce-3c63dca021eb385a708771470320b14376f925e2.tar.gz |
Update issue_board.mdissue-board-docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/issue_board.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/user/project/issue_board.md b/doc/user/project/issue_board.md index 5aa8337b75d..ebea7062ecb 100644 --- a/doc/user/project/issue_board.md +++ b/doc/user/project/issue_board.md @@ -31,10 +31,11 @@ Below is a table of the definitions used for GitLab's Issue Board. | **Card** | Every card represents an issue and it is shown under the list for which it has a label. The information you can see on a card consists of the issue number, the issue title, the assignee and the labels associated with it. You can drag cards around from one list to another. You can re-order cards within a list. | There are two types of lists, the ones you create based on your labels, and -one default: +two defaults: - Label list: a list based on a label. It shows all opened issues with that label. -- **Done** (default): shows all closed issues. Always appears on the very right. +- **Backlog** (default): shows all open issues that does not belong to one of lists. Always appears on the very left. +- **Closed** (default): shows all closed issues. Always appears on the very right. ![GitLab Issue Board](img/issue_board.png) |