get Project Milestones
The gitlab.getProjectMilestones
data source allows get details of a project milestones. Upstream API: GitLab REST API docs
Return
A collection of values returned by getProjectMilestones.
Parameters
A collection of arguments for invoking getProjectMilestones.
Return
A collection of values returned by getProjectMilestones.
Parameters
Return only the milestones having the given iid
(Note: ignored if include_parent_milestones
is set as true
).
Include group milestones from parent group and its ancestors.
The ID or URL-encoded path of the project owned by the authenticated user.
Return only milestones with a title or description matching the provided string.
Return only active
or closed
milestones.
Return only the milestones having the given title
.
See also
Return
A collection of values returned by getProjectMilestones.
Parameters
Builder for com.pulumi.gitlab.kotlin.inputs.GetProjectMilestonesPlainArgs.