Commit a397d2c5 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira Committed by Victor Wu

Updates issue board configuration doc

parent 6bdbe7c0
...@@ -77,8 +77,7 @@ each team can have their own board to organize their workflow individually. ...@@ -77,8 +77,7 @@ each team can have their own board to organize their workflow individually.
#### Scrum team #### Scrum team
With multiple Issue Boards, each team has one board. For each sprint, you can With multiple Issue Boards, each team has one board. Now you can move issues through each
[associate a milestone](#board-with-a-milestone). Now you can move issues through each
part of the process. For instance: **To Do**, **Doing**, and **Done**. part of the process. For instance: **To Do**, **Doing**, and **Done**.
#### Organization of topics #### Organization of topics
...@@ -269,25 +268,25 @@ existing one. ...@@ -269,25 +268,25 @@ existing one.
![Multiple Issue Boards](img/issue_boards_multiple.png) ![Multiple Issue Boards](img/issue_boards_multiple.png)
## Board with a milestone ## Board with configuration
> Introduced in [GitLab Enterprise Edition 9.0](https://about.gitlab.com/2017/03/22/gitlab-9-0-released/#boards-with-milestones-ees-eep). > Introduced in [GitLab Starter Edition 10.2](https://about.gitlab.com/2017/11/22/gitlab-10-2-released/#issue-boards-configuration).
An Issue Board can be associated with a GitLab [Milestone](milestones/index.md#milestones) An Issue Board can be associated with GitLab [Milestone](milestones/index.md#milestones),
which will automatically filter the issue to that milestone. This allows you to [Labels](labels.md), Assignee and Weight
create unique boards for individual milestones. which will automatically filter the Board issues according to these fields.
This allows you to create unique boards according to your team's need.
You can assign a milestone to a board when creating a new Issue Board or you ![Create scoped board](img/issue_board_creation.png)
can update current Issue Boards to also have a milestone. Once a specific
milestone is assigned to an Issue Board, you will no longer be able to filter
through any other milestone. In order to do that, you need to remove the
defined milestone from the Issue Board.
There are also two pre-defined milestones, **Any milestone** which will filter You can define the scope of your board when creating it or by clicking on the "Edit board" button. Once a milestone, assignee or weight is assigned to an Issue Board, you will no longer be able to filter
the issues with any milestone, and **Upcoming** which will filter issues to the through these in the search bar. In order to do that, you need to remove the desired scope (e.g. milestone, assignee or weight) from the Issue Board.
milestone with the due date that is next.
![Update boards milestone](img/issue_board_multiple_milestone.png) ![Edit board configuration](img/issue_board_edit_button.png)
If you don't have editing permission in a board, you're still able to see the configuration by clicking on "View scope".
![Viewing board configuration](img/issue_board_view_scope.png)
## Group Issue Boards ## Group Issue Boards
......
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