Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.


Info