.nh .TH "glab" "1" "Dec 2025" "Auto generated by spf13/cobra" "" .SH NAME glab-milestone-edit - Edit a group or project milestone. .SH SYNOPSIS \fBglab milestone edit [flags]\fP .SH DESCRIPTION Edit a group or project milestone. .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--state\fP="" State of the milestone. Can be 'activate' or 'close'. .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. Can use either \fBOWNER/REPO\fR or \fBGROUP/NAMESPACE/REPO\fR format. Also accepts full URL or Git URL. .SH EXAMPLE .EX # Edit milestone for the current project $ glab milestone edit 123 --title='Example title' --due-date='2025-12-16' # Edit milestone for the specified project $ glab milestone edit 123 --title='Example group milestone' --due-date='2025-12-16' --project example-path/project-path # Edit milestone for the specified group $ glab milestone edit 123 --title='Example group milestone' --due-date='2025-12-16' --group 789 .EE .SH SEE ALSO \fBglab-milestone(1)\fP