Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristiano Casella <ccasella@gitlab.com>2019-04-11 16:27:30 +0300
committerCristiano Casella <ccasella@gitlab.com>2019-04-11 16:27:30 +0300
commited315f8fe2987b1256cb4b76e6d6ca651be13d14 (patch)
tree8cdf7da8048847a54d3e8a4df03234961a284000
parent4d39435ea865c92b589b1b6dd8b21102a7ef1adf (diff)
Improving documentation relating Kanban and Scrum team using Issue Board
-rw-r--r--doc/user/project/issue_board.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/user/project/issue_board.md b/doc/user/project/issue_board.md
index ad47b848bea..d21e8ce54b3 100644
--- a/doc/user/project/issue_board.md
+++ b/doc/user/project/issue_board.md
@@ -101,10 +101,17 @@ With [Multiple Issue Boards](#multiple-issue-boards-starter), available only in
[GitLab Enterprise Edition](https://about.gitlab.com/pricing/),
each team can have their own board to organize their workflow individually.
-#### Scrum team
+#### Kanban team
With Multiple 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**.
+The default board that you find is a Kanban board, you can manage different columns basing on specific label, moving the issue between the columns will update relative labels.
+
+#### Scrum team
+
+If you need a Scrum board you can create a board filtering the issues basing on the **Started** [Milestone](milestones/index.md#milestones), so you will have just issues relating your active sprint.
+In the issues view you can see your backlog, understanding if an issue is already associated to a milestone or not.
+For planning activities you can create a board with [Milestone lists](#milestone-lists).
#### Organization of topics