xanzy / go-gitlab

GitLab Go SDK
Apache License 2.0
2.42k stars 960 forks source link

Add more filters to List group milestones #1998

Closed adamcohen2 closed 2 months ago

adamcohen2 commented 2 months ago

This MR adds the following filters to the List group milestones endpoint:

See Document fields for List Group milestones API for more details.

adamcohen2 commented 2 months ago

The newly added*time.Time fields should be *ISOTime fields (using the ISO 8601 format) instead. If you can update that, this PR is good to go...

@svanharmelen done, thanks for the quick review!