xanzy / go-gitlab

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

fix #1911 - Add missing options for epic create and update #1912

Closed nicolasbrechet closed 4 months ago

nicolasbrechet commented 4 months ago

This PR should fix #1911

I've added the missing fields and reordered the CreateEpicOptions and UpdateEpicOptions struct so the fields order matches the order on the documentation.

Hope this can be merged!

Thanks

Nicolas