auth
jira workitem
jira project

acli jira workitem clone

Create a duplicate of a work item or multiple work items by cloning within the same project or site, copying over most information from a work item like the Summary and Description fields and more.

1
2
acli jira workitem clone [flags]

Examples

1
2
# Clone work item with work item keys
$ acli jira workitem clone --key "KEY-1,KEY-2" --to-project "TEAM"

Options

1
2
      --filter string       Filter id of work items to be cloned
  -f, --from-file string    Reads the work item to be cloned from the file. The file may contain work item ids, work item keys separated by commas, white spaces, or new lines
  -h, --help                Show help for command
      --ignore-errors       Ignore the errors and continue
      --jql string          JQL query for work items to clone
      --json                Generate a JSON output
  -k, --key string          A list of work item keys to be cloned
      --to-project string   Target Jira project for cloning
      --to-site string      Target site for cloning the work items. The default is currently an authenticated site
  -y, --yes                 Confirm cloning without prompting

SEE ALSO

Rate this page: