Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
90caf132
Commit
90caf132
authored
Mar 06, 2018
by
Felipe Artur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve documentation and fix typo
parent
e72d2acf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
app/models/namespace.rb
app/models/namespace.rb
+1
-1
doc/user/project/issue_board.md
doc/user/project/issue_board.md
+3
-2
No files found.
app/models/namespace.rb
View file @
90caf132
...
@@ -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
# Overrid
d
en on EE module
def
multiple_issue_boards_available?
def
multiple_issue_boards_available?
false
false
end
end
...
...
doc/user/project/issue_board.md
View file @
90caf132
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment