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
- Create a component in Jira instance, for example, Test-component.
- Provide the below action command to fetch all tickets based on the component name
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.