.nh .TH "glab" "1" "Sep 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-milestone-create - Create a milestone in a project or group. .SH SYNOPSIS \fBglab milestone create [flags]\fP .SH DESCRIPTION The \fB--title\fR flag is required. Optionally provide a description, due date, and start date. .PP By default, the milestone is created in the current project. Use \fB--project\fR to target a different project, or \fB--group\fR to create a group-level milestone. \fB--project\fR and \fB--group\fR are mutually exclusive. .SH OPTIONS \fB--description\fP="" Description of the milestone. .PP \fB--due-date\fP="" Due date for the milestone. Expected in ISO 8601 format (2025-04-15T08:00:00Z). .PP \fB--group\fP="" The ID or URL-encoded path of the group. .PP \fB--project\fP="" The ID or URL-encoded path of the project. .PP \fB--start-date\fP="" Start date for the milestone. Expected in ISO 8601 format (2025-04-15T08:00:00Z). .PP \fB--title\fP="" Title of the milestone. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted. .SH EXAMPLE .EX # Create a milestone in the current project glab milestone create --title='Example title' --due-date='2025-12-16' # Create a milestone in a different project glab milestone create --title='Q4 release' --due-date='2025-12-16' --project 123 # Create a milestone in a group glab milestone create --title='FY26 planning' --due-date='2026-01-31' --group 456 .EE .SH SEE ALSO \fBglab-milestone(1)\fP