GroupIssueBoard

class GroupIssueBoard : KotlinCustomResource

The gitlab.GroupIssueBoard resource allows to manage the lifecycle of a issue board in a group.

Multiple issue boards on one group requires a GitLab Premium or above License. Upstream API: GitLab REST API docs

Properties

Link copied to clipboard
val group: Output<String>

The ID or URL-encoded path of the group owned by the authenticated user.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<List<String>>?

The list of label names which the board should be scoped to.

Link copied to clipboard

The list of issue board lists.

Link copied to clipboard
val milestoneId: Output<Int>?

The milestone the board should be scoped to.

Link copied to clipboard
val name: Output<String>

The name of the board.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>