Skip to end of banner
Go to start of banner

Create multiple subtasks for JQL filter results using Jira Command Line Interface (CLI)

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

Version 1 Next »

This article explains how to create multiple sub-tasks for JQL filter results using Jira Command Line Interface (CLI).

Instructions

  1. Create a filter called Demo with JQL query.

    project = "Support Request" AND issuetype = Task AND resolution is EMPTY
  2. Create a text file with CreateIssue action and filled out with parent , type , summary parameters.
  3. Combine the actions runFromIssueList and run to create multiple sub-tasks for JQL results.

    --action runFromIssueList --jql "filter = Demo" --common "--action run --file "/Users/appfireuser001/Documents/subtasks.txt" "


  • No labels