Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
Jira CLI(7)							     Jira CLI(7)

NAME
     jira-issue-clone - Clone duplicates an issue

SYNOPSIS
     jira issue clone ISSUE-KEY [flags]

DESCRIPTION
     Clone  duplicates an issue and also allow you to override some of the meta-
     data when doing so.

OPTIONS
     -P, --parent=""	  Parent issue key

     -s, --summary=""	   Issue summary or title

     -y, --priority=""	    Issue priority

     -a, --assignee=""	    Issue assignee (email or display name)

     -l, --label=[]	 Issue labels

     -C, --component=[]      Issue components

     -H, --replace=[]	   Replace strings in summary and body.  Format  :,  eg:
     "find me:replace with me"

     --web[=false]	Open in web browser after successful cloning

     -h, --help[=false]      help for clone

OPTIONS INHERITED FROM PARENT COMMANDS
     -c,  --config=""	    Config  file  (default  is /root/.config/.jira/.con-
     fig.yml, can be overridden with JIRA_CONFIG_FILE env var)

     --debug[=false]	  Turn on debug output

     -p, --project=""	   Jira project to look into  (defaults  to  /root/.con-
     fig/.jira/.config.yml)

EXAMPLE
     $ jira issue clone ISSUE-1

     # Clone issue and modify the summary, priority and assignee
     $ jira issue clone ISSUE-1 -s"Modified summary" -yHigh -a$(jira me)

     # Clone issue and replace text from summary and description
     $ jira issue clone ISSUE-1 -H"find me:replace with me"

SEE ALSO
     jira-issue(7)

HISTORY
     1-Aug-2026 Auto generated by spf13/cobra

Auto generated by spf13/cobra	    Aug 2026			     Jira CLI(7)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=jira-issue-clone&sektion=7&manpath=FreeBSD+Ports+15.1.quarterly>

home | help