Skip to content

Deprecate `include_parent_milestones ` in favor of `include_ancestors` in Milestone REST API

Currently the GraphQL API uses includeAncestors for the Group.milestones and Project.milestones query, while the REST API uses include_parent_milestones in https://docs.gitlab.com/ee/api/group_milestones.html#list-group-milestones and https://docs.gitlab.com/ee/api/milestones.html

Since we're going to be adding include_descendant to the Group milestone REST API, and the GraphQL API uses includeDescendants, let's make the parameters consistent. include_parent_milestones will be deprecated and replaced with include_ancestors