diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-18 09:09:16 +0300 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-22 16:09:26 +0300 |
commit | 31e11c90ce2a28d7733c6596d7beefb4db60a305 (patch) | |
tree | ff274a4af1ab1c85ecf886ca3414a945f1a1948e /doc | |
parent | 641e50368a17475404056e835e510305d178dc89 (diff) | |
download | gitlab-ce-31e11c90ce2a28d7733c6596d7beefb4db60a305.tar.gz |
Remove 10 lists limit
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/issue_board.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/issue_board.md b/doc/user/project/issue_board.md index 75ac14167fd..5f87a06504e 100644 --- a/doc/user/project/issue_board.md +++ b/doc/user/project/issue_board.md @@ -30,8 +30,8 @@ Below is a table of the definitions used for GitLab's Issue Board. | Term | Definition | | ---- | ----------- | -| **Issue Board** | It can have up to 10 lists with each list consisting of issues represented by cards. | -| **List** | Each label that exists in the issue tracker can have its own dedicated list. Every list is named after the label it is based on and is represented by a column which contains all the issues associated with that label. You can think of a list like the results you get when you filter the issues by a label in your issue tracker. You can create up to 10 lists per Issue Board. | +| **Issue Board** | It can have multiple lists with each list consisting of issues represented by cards. | +| **List** | Each label that exists in the issue tracker can have its own dedicated list. Every list is named after the label it is based on and is represented by a column which contains all the issues associated with that label. You can think of a list like the results you get when you filter the issues by a label in your issue tracker. | | **Card** | Every card represents an issue. The information you can see on a card consists of the issue number, the issue title and the labels associated with it. You can drag cards around from one lists to another. Issues are [ordered by priority](labels.md#prioritize-labels). | ## Functionality |