An error occurred while fetching the assigned iteration of the selected issue.
Fix API documentation about Release milestone
Problem
The documentation about attaching milestones to a release seems incorrect. It currently says,
The title of each milestone the release is associated with. GitLab Premium customers can specify group milestones
However, any EE users can specify milestones without having EEP+ license.
Auto-generated
The following discussion from !111215 (merged) should be addressed:
-
@shinya.maeda started a discussion:
desc: 'The ID of each milestone the release is associated with. Cannot be combined with `milestones` parameter. To remove all milestones from the release, specify `[]`'
It's unrelated, but the description is probably incorrect about
GitLab Premium customers can specify group milestones.
. Any EE users can specify milestones according to https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/app/services/ee/releases/base_service.rb#L10, so they don't need a EEP+ license.