xanzy / go-gitlab

GitLab Go SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Group Issue Board should retrieve scoped labels

giuliohome opened this issue · comments

With an EE license, the group issue boards should allow the import of scoped labels. Currently, the scoped labels are missing at https://github.com/xanzy/go-gitlab/blob/main/group_boards.go#L37. However, the update at https://github.com/xanzy/go-gitlab/blob/main/group_boards.go#L148 includes scoped labels and functions as expected.