diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2018-06-14 09:12:29 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2018-06-14 09:12:29 +0000 |
commit | 6c32093dd268675fb9db3a1fc1025ab22e04e4c2 (patch) | |
tree | c7847e3e124989fdbb4eee4a2216a79f176246d0 | |
parent | ed366cc23a099a567bdaf412acb0258bd1dda68a (diff) | |
parent | 675a6e72dd1b364f9b4d6f47890912d146c75b18 (diff) | |
download | gitlab-ce-6c32093dd268675fb9db3a1fc1025ab22e04e4c2.tar.gz |
Merge branch 'assignee-lists-tiers-docs' into 'master'
Add assignee lists to tiers table in docs
See merge request gitlab-org/gitlab-ce!19756
-rw-r--r-- | doc/user/project/issue_board.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/user/project/issue_board.md b/doc/user/project/issue_board.md index aa2fcd82787..9ca1e6226c5 100644 --- a/doc/user/project/issue_board.md +++ b/doc/user/project/issue_board.md @@ -250,12 +250,12 @@ One group issue board per group was made available in GitLab 10.6 Core after mul Different issue board features are available in different [GitLab tiers](https://about.gitlab.com/pricing/), as shown in the following table: -| Tier | Number of project issue boards | Board with configuration in project issue boards | Number of group issue boards | Board with configuration in group issue boards | -| --- | --- | --- | --- | --- | -| Core | 1 | No | 1 | No | -| Starter | Multiple | Yes | 1 | No | -| Premium | Multiple | Yes | Multiple | Yes | -| Ultimate | Multiple | Yes | Multiple | Yes | +| Tier | Number of Project Issue Boards | Number of Group Issue Boards | Configurable Project Issue Boards | Configurable Group Issue Boards | Assignee Lists +| --- | --- | --- | --- | --- | --- | +| Core | 1 | 1 | No | No | No | +| Starter | Multiple | 1 | Yes | No | No | +| Premium | Multiple | Multiple | Yes | Yes | Yes | +| Ultimate | Multiple | Multiple | Yes | Yes | Yes | ## Tips |