Commit 90caf132 authored by Felipe Artur's avatar Felipe Artur

Improve documentation and fix typo

parent e72d2acf
...@@ -232,7 +232,7 @@ class Namespace < ActiveRecord::Base ...@@ -232,7 +232,7 @@ class Namespace < ActiveRecord::Base
has_parent? has_parent?
end end
# Overriden on EE module # Overridden on EE module
def multiple_issue_boards_available? def multiple_issue_boards_available?
false false
end end
......
...@@ -272,13 +272,14 @@ to another list the label changes and a system not is recorded. ...@@ -272,13 +272,14 @@ to another list the label changes and a system not is recorded.
> Introduced in [GitLab Enterprise Edition 8.13](https://about.gitlab.com/2016/10/22/gitlab-8-13-released/#multiple-issue-boards-ee). > Introduced in [GitLab Enterprise Edition 8.13](https://about.gitlab.com/2016/10/22/gitlab-8-13-released/#multiple-issue-boards-ee).
Multiple Issue Boards, as the name suggests, allow for more than one Issue Board Multiple Issue Boards, as the name suggests, allow for more than one Issue Board
for a given project. This is great for large projects with more than one team for a given project or group. This is great for large projects with more than one team
or in situations where a repository is used to host the code of multiple or in situations where a repository is used to host the code of multiple
products. products.
Clicking on the current board name in the upper left corner will reveal a Clicking on the current board name in the upper left corner will reveal a
menu from where you can create another Issue Board and rename or delete the menu from where you can create another Issue Board and rename or delete the
existing one. existing one.
Multiple issue boards feature is available for **projects in GitLab Starter Edition** and for **groups in GitLab Premium Edition**.
![Multiple Issue Boards](img/issue_boards_multiple.png) ![Multiple Issue Boards](img/issue_boards_multiple.png)
...@@ -304,7 +305,7 @@ If you don't have editing permission in a board, you're still able to see the co ...@@ -304,7 +305,7 @@ If you don't have editing permission in a board, you're still able to see the co
## Group Issue Boards ## Group Issue Boards
> Introduced in [GitLab Enterprise Edition 10.0](https://about.gitlab.com/2017/09/22/gitlab-10-0-released/#group-issue-boards). > Introduced in [GitLab Enterprise Edition 10.0 Premium](https://about.gitlab.com/2017/09/22/gitlab-10-0-released/#group-issue-boards).
Group issue boards are analogous to project-level issue boards and they are accessible at the group Group issue boards are analogous to project-level issue boards and they are accessible at the group
navigation level. A group-level issue board allows you to view all issues from all projects in that group navigation level. A group-level issue board allows you to view all issues from all projects in that group
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment