Issue boards¶
Boards¶
Boards are a visual representation of existing issues for a project or a group. Issues can be moved from one list to the other to track progress and help with priorities.
Reference¶
v4 API:
gitlab.v4.objects.Project.boards
gitlab.v4.objects.Group.boards
GitLab API:
Examples¶
Get the list of existing boards for a project or a group:
Get a single board for a project or a group:
Create a board:
Note
Board creation is not supported in the GitLab CE edition.
Delete a board:
Note
Board deletion is not supported in the GitLab CE edition.
Board lists¶
Boards are made of lists of issues. Each list is associated to a label, and issues tagged with this label automatically belong to the list.
Reference¶
v4 API:
gitlab.v4.objects.ProjectBoard.lists
gitlab.v4.objects.GroupBoard.lists
GitLab API:
Examples¶
List the issue lists for a board:
Get a single list:
Create a new list:
Change a list position. The first list is at position 0. Moving a list will set it at the given position and move the following lists up a position:
Delete a list: