The gitlab_group_issue_board
resource allows to manage the lifecycle of a issue board in a group.
Upstream API: GitLab REST API docs
group
(String) The ID or URL-encoded path of the group owned by the authenticated user.name
(String) The name of the board.labels
(Set of String) The list of label names which the board should be scoped to.lists
(Block Set) The list of issue board lists. (see below for nested schema)milestone_id
(Number) The milestone the board should be scoped to.id
(String) The ID of this Terraform resource. In the format of <group-id>:<issue-board-id>
.lists
Optional:
label_id
(Number) The ID of the label the list should be scoped to.position
(Number) The explicit position of the list within the board, zero based.Read-Only:
id
(Number) The ID of the list.