github.com/zaquestion/lab@v0.25.1/docs/lab_issue_move.md (about)

     1  ## lab issue move
     2  
     3  Move issue to another project
     4  
     5  ```
     6  lab issue move <id> <destination> [flags]
     7  ```
     8  
     9  ### Examples
    10  
    11  ```
    12  lab issue move 5 zaquestion/test/           # FQDN must match
    13  ```
    14  
    15  ### Options
    16  
    17  ```
    18    -h, --help   help for move
    19  ```
    20  
    21  ### Options inherited from parent commands
    22  
    23  ```
    24        --debug      Enable debug logging level
    25        --no-pager   Do not pipe output into a pager
    26        --quiet      Turn off any sort of logging. Only command output is printed
    27  ```
    28  
    29  ### SEE ALSO
    30  
    31  * [lab issue](lab_issue.md)	 - Describe, list, and create issues
    32  
    33  ###### Auto generated by spf13/cobra on 27-Jun-2022