1glab(1)                                                                glab(1)
2
3
4

NAME

6       glab-issue-update - Update issue
7
8
9

SYNOPSIS

11       glab issue update  [flags]
12
13
14

DESCRIPTION

16       Update issue
17
18
19

OPTIONS

21       -a,  --assignee=[]       assign  users via username, prefix with '!' or
22       '-' to remove from existing assignees, '+' to  add,  otherwise  replace
23       existing assignees with given users
24
25
26       -c, --confidential[=false]      Make issue confidential
27
28
29       -d, --description=""      Issue description; set to "-" to open an edi‐
30       tor
31
32
33       -l, --label=[]      add labels
34
35
36       --lock-discussion[=false]      Lock discussion on issue
37
38
39       -m, --milestone=""      title of the milestone to assign, pass "" or  0
40       to unassign
41
42
43       -p, --public[=false]      Make issue public
44
45
46       -t, --title=""      Title of issue
47
48
49       --unassign[=false]      unassign all users
50
51
52       -u, --unlabel=[]      remove labels
53
54
55       --unlock-discussion[=false]      Unlock discussion on issue
56
57
58

OPTIONS INHERITED FROM PARENT COMMANDS

60       --help[=false]      Show help for command
61
62
63       -R,  --repo=""       Select  another repository using the OWNER/REPO or
64       GROUP/NAMESPACE/REPO format or full URL or git URL
65
66
67

EXAMPLE

69       glab issue update 42 --label ui,ux
70       glab issue update 42 --unlabel working
71
72
73
74
75

SEE ALSO

77       glab-issue(1)
78
79
80
81Auto generated by spf13/cobra      Nov 2023                            glab(1)
Impressum