[go: up one dir, main page]

Issue Boards

Description including problem, use cases, benefits, and/or goals

To get an overview of issues in a more visual way, people have been creating scrum boards for ages.

In GitLab, we only have the milestone board, which is a very limited type of scrum board. It only has a single flow, from open, to assigned to closed. For larger teams or more complex projects, this doesn't suffice. In those projects you need to be able to have some sort of workflow with multiple intermediate steps, like design, implementation, testing, QA, pre-production and many others.

We could implement a more powerful board in GitLab, without having to add a lot of new metadata, by utilizing labels as the lists of the scrum board.

Proposal

We add an 'Issue Board'. It consists of 2 to 10 lists in which your issues appear.

A picture says more than a thousand words:

New_Mockup_2

There are three types of lists, of which two are default:

  • Backlog (default): shows all issues that do not fall in one of the other lists. Always appears on the very left
  • Done (default): shows all closed issues
  • Label list: a list based on a label. It shows all issues with that label

Issues are ordered by priority. We can consider making the ordering optional, such as in the issue list.

Moving issues

Moving an issue between lists removes the label from the list it came from (exception: backlog) and adds the label of the list it goes to:

New_Mockup_2__Alternate_684d_

When moving from the backlog, just add the new label. The backlog is not a label.

New_Mockup_2__Alternate_781m_

When moving to Done, remove the label of the list it came from and close the issue.

New_Mockup_2__Alternate_477u_

If an issue exists in multiple label lists, just show it in multiple lists:

New_Mockup_2__Alternate_839v_

Filtering issues

You should be able to use the filters on top, as seen in the mockup and similar to the issue list.

Adding a new list

Add a new list by clicking on the button. In a modal you will find a label dropdown, where you can also create new labels (like in the sidebar):

New_Mockup_3

The new list should be inserted at the end of the lists, before Done.

Moving lists

You should be able to drag the label lists around by dragging them on the top.

Defaults

  • By default, set the milestone filter to Upcoming.
  • Order issues by priority, where the highest is the most important
  • Show the default lists
  • Fluid layout

Scope

Right now, a single project will have a single board.

In the future we can consider:

  • multiple boards per project
  • group level boards
  • personal boards

Links / references

cc @dzaporozhets @sytses