This article explains how to create multiple sub-tasks for JQL filter results using Jira Command Line Interface (CLI).
Instructions
Create a filter called Demo with JQL query.
project = "Support Request" AND issuetype = Task AND resolution is EMPTY
- Create a text file with CreateIssue action and filled out with parent , type , summary parameters.
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" "