xanzy / go-gitlab

GitLab Go SDK
Apache License 2.0
2.37k stars 940 forks source link

Group Issue Board should retrieve scoped labels #1850

Closed giuliohome closed 9 months ago

giuliohome commented 9 months ago

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.