| title | stage | group | info |
|---|---|---|---|
glab milestone create |
Create |
Code Review |
To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments> |
Create a group or project milestone.
glab milestone create [flags]
# Create milestone for the current project
$ glab milestone create --title='Example title' --due-date='2025-12-16'
# Create milestone for the specified project
$ glab milestone create --title='Example group milestone' --due-date='2025-12-16' --project 123
# Create milestone for the specified group
$ glab milestone create --title='Example group milestone' --due-date='2025-12-16' --group 456
--description string Description of the milestone.
--due-date string Due date for the milestone. Expected in ISO 8601 format (2025-04-15T08:00:00Z).
--group string The ID or URL-encoded path of the group.
--project string The ID or URL-encoded path of the project.
--start-date string Start date for the milestone. Expected in ISO 8601 format (2025-04-15T08:00:00Z).
--title string Title of the milestone.
-h, --help Show help for this command.
-R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.