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
a8957c95
Commit
a8957c95
authored
Jul 11, 2018
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update improve issue boards links to docs [ci skip]
parent
2c79c3f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
doc/user/project/issue_board.md
doc/user/project/issue_board.md
+2
-2
ee/app/views/shared/promotions/_promote_issue_board.html.haml
...pp/views/shared/promotions/_promote_issue_board.html.haml
+2
-2
No files found.
doc/user/project/issue_board.md
View file @
a8957c95
...
...
@@ -27,7 +27,7 @@ You create issues, host code, perform reviews, build, test,
and deploy from one single platform. Issue Boards help you to visualize
and manage the entire process _in_ GitLab.
With
[
Multiple Issue Boards
](
#multiple-issue-boards
)
, available
With
[
Multiple Issue Boards
](
#
use-cases-for-
multiple-issue-boards
)
, available
only in
[
GitLab Enterprise Edition
](
#features-per-tier
)
,
you go even further, as you can not only keep yourself and your project
organized from a broader perspective with one Issue Board per project,
...
...
@@ -75,7 +75,7 @@ each team can have their own board to organize their workflow individually.
#### Scrum team
With
m
ultiple Issue Boards, each team has one board. Now you can move issues through each
With
M
ultiple Issue Boards, each team has one board. Now you can move issues through each
part of the process. For instance:
**To Do**
,
**Doing**
, and
**Done**
.
#### Organization of topics
...
...
ee/app/views/shared/promotions/_promote_issue_board.html.haml
View file @
a8957c95
...
...
@@ -14,10 +14,10 @@
=
link_to
_
(
'Multiple issue boards'
),
help_page_path
(
'user/project/issue_board.html'
,
anchor
:'use-cases-for-multiple-issue-boards'
),
target:
'_blank'
-
unless
@project
.
feature_available?
(
:scoped_issue_board
)
%li
=
link_to
_
(
'Scoped issue boards'
),
help_page_path
(
'user/project/issue_board.html'
,
anchor
:'
board-with-a-milestone
'
),
target:
'_blank'
=
link_to
_
(
'Scoped issue boards'
),
help_page_path
(
'user/project/issue_board.html'
,
anchor
:'
configurable-issue-boards-starter
'
),
target:
'_blank'
-
unless
@project
.
feature_available?
(
:issue_board_focus_mode
)
%li
=
link_to
_
(
'Issue board focus mode'
),
help_page_path
(
'user/project/issue_board.html'
,
anchor
:'focus-mode'
),
target:
'_blank'
=
link_to
_
(
'Issue board focus mode'
),
help_page_path
(
'user/project/issue_board.html'
,
anchor
:'focus-mode
-starter
'
),
target:
'_blank'
=
render
'shared/promotions/promotion_link_project'
.top-space
%button
.btn.btn-default.btn-block
#hide-btn
{
:href
=>
"#"
,
"@click.stop"
=>
"clearPromotionState"
}
...
...
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