Skip to end of banner
Go to start of banner

How to clone batch of tickets based on a shared component

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This article explains the way to clone a batch of tickets that are based on a shared component in Jira Command Line Interface app. 

Instructions

  1. Create a component in Jira instance, for example, Test-component.
  2. Provide the below action command to fetch all tickets based on the component name

  3. If you want to clone batch of issues and those are based on a component then you give the below action command along with the jql parameter.

    --action cloneIssues --jql "project = projectkey and component = comp2"

    The above command will clone all the jira issues based on the jql results. If you have 2 tickets for the jql results then these two issues will be cloned.


  • No labels