.nh .TH "glab" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP glab-issue-update - Update issue .SH SYNOPSIS .PP \fBglab issue update [flags]\fP .SH DESCRIPTION .PP Update issue .SH OPTIONS .PP \fB-a\fP, \fB--assignee\fP=[] assign users via username, prefix with '!' or '-' to remove from existing assignees, '+' to add, otherwise replace existing assignees with given users .PP \fB-c\fP, \fB--confidential\fP[=false] Make issue confidential .PP \fB-d\fP, \fB--description\fP="" Issue description; set to "-" to open an editor .PP \fB-l\fP, \fB--label\fP=[] add labels .PP \fB--lock-discussion\fP[=false] Lock discussion on issue .PP \fB-m\fP, \fB--milestone\fP="" title of the milestone to assign, pass "" or 0 to unassign .PP \fB-p\fP, \fB--public\fP[=false] Make issue public .PP \fB-t\fP, \fB--title\fP="" Title of issue .PP \fB--unassign\fP[=false] unassign all users .PP \fB-u\fP, \fB--unlabel\fP=[] remove labels .PP \fB--unlock-discussion\fP[=false] Unlock discussion on issue .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB--help\fP[=false] Show help for command .PP \fB-R\fP, \fB--repo\fP="" Select another repository using the \fB\fCOWNER/REPO\fR or \fB\fCGROUP/NAMESPACE/REPO\fR format or full URL or git URL .SH EXAMPLE .PP .RS .nf glab issue update 42 --label ui,ux glab issue update 42 --unlabel working .fi .RE .SH SEE ALSO .PP \fBglab-issue(1)\fP