I am trying to get list of all issues from a particular jira query. Tried below commands with CLI
jira --action getFilter --id "130408" (This provides query information, like owner, whole of query)
jira --action getIssueList (This does not have option to add specific id from which i want to derive all issues)
Any help will be greatly appreciated.