xanzy / go-gitlab

GitLab Go SDK
Apache License 2.0
2.36k stars 935 forks source link

Epic : missing options for creation/update #1911

Closed nicolasbrechet closed 4 months ago

nicolasbrechet commented 4 months ago

Hi,

In the CreateEpicOptions struct, we're missing some options, which in my case prevents me from creating a "child" Epic https://github.com/xanzy/go-gitlab/blob/1fb53be1c6e8a7dd9dd1b2c4520df8489b4c7355/epics.go#L176

And as well in UpdateEpicOptions https://github.com/xanzy/go-gitlab/blob/1fb53be1c6e8a7dd9dd1b2c4520df8489b4c7355/epics.go#L213

I'm working on a PR to fix this