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
       metadata	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)

       --debug[=false]	    Turn on debug output

       -p,  --project=""       Jira  project  to  look	 into	(defaults   to
       /root/.config/.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
       14-Apr-2025 Auto	generated by spf13/cobra

Auto generated by spf13/cobra	   Apr 2025			   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+14.3.quarterly>

home | help