Difference between revisions of "Glab issue update --help"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} glab issue update --help == See also == * {{glab issue}} * {{glab}} Category:GitLab")
 
 
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 
  [[glab issue update]] --help
 
  [[glab issue update]] --help
 +
 +
Update issue
 +
 +
USAGE
 +
  glab issue update <id> [flags]
 +
 +
FLAGS
 +
  -a, --assignee strings    assign users via username, prefix with '!' or '-' to remove from existing assignees, '+' to add, otherwise replace existing assignees with given users
 +
  -c, --confidential        Make issue confidential
 +
  -d, --description string  Issue description
 +
  -l, --label strings        add labels
 +
      --lock-discussion      Lock discussion on issue
 +
  -m, --milestone string    title of the milestone to assign, pass "" or 0 to unassign
 +
  -p, --public              Make issue public
 +
  -t, --title string        Title of issue
 +
      --unassign            unassign all users
 +
  -u, --unlabel strings      remove labels
 +
      --unlock-discussion    Unlock discussion on issue
 +
 +
INHERITED FLAGS
 +
      --help              Show help for command
 +
  -R, --repo OWNER/REPO  Select another repository using the OWNER/REPO or `GROUP/NAMESPACE/REPO` format or full URL or git URL
 +
 +
EXAMPLES
 +
  $ glab issue update 42 --label ui,ux
 +
  $ glab issue update 42 --unlabel working
 +
 +
LEARN MORE
 +
  Use 'glab <command> <subcommand> --help' for more information about a command.
  
  

Latest revision as of 07:50, 10 August 2022

glab issue update --help
Update issue
USAGE
  glab issue update <id> [flags]
FLAGS
  -a, --assignee strings     assign users via username, prefix with '!' or '-' to remove from existing assignees, '+' to add, otherwise replace existing assignees with given users
  -c, --confidential         Make issue confidential
  -d, --description string   Issue description
  -l, --label strings        add labels
      --lock-discussion      Lock discussion on issue
  -m, --milestone string     title of the milestone to assign, pass "" or 0 to unassign
  -p, --public               Make issue public
  -t, --title string         Title of issue
      --unassign             unassign all users
  -u, --unlabel strings      remove labels
      --unlock-discussion    Unlock discussion on issue
INHERITED FLAGS
      --help              Show help for command
  -R, --repo OWNER/REPO   Select another repository using the OWNER/REPO or `GROUP/NAMESPACE/REPO` format or full URL or git URL
EXAMPLES
  $ glab issue update 42 --label ui,ux
  $ glab issue update 42 --unlabel working
LEARN MORE
  Use 'glab <command> <subcommand> --help' for more information about a command.


See also[edit]

Advertising: