Hi,
I stopped at point I cannot solve in case of correct quoting. It would be great if you can help and tell me where I made the mistake.
--action runFromIssueList --search "key in (key1,key-2)" --common "--action setFieldValue --field ""field_name"" --value "field_value" "
ERROR: This function requires a non-blank value for parameter issue.
I tried with tips from the page, change the parameter character - did nopt help.
It would be great if you can help and tell me where I made the mistake. Thanks in advance :)
Klaudia
Hi @[deleted] ,
We are from BobSwift support team. We have created a support request on behalf of you in our portal. Could you please try to access the ticket https://bobswift.atlassian.net/servicedesk/customer/portal/1/SUPPORT-2789 and signup to our portal for further discussion on this ticket.
Based on the command you have shared, we see that you are using --search parameter, where you are providing the key in (key1,key-2). Could please replace --search with --jql as shown below.
--action runFromIssueList --jql "key in (key1,key-2)" --common "--action setFieldValue --field ""field_name"" --value "field_value""
For more information, please refer to the https://bobswift.atlassian.net/wiki/spaces/JCLI/pages/6684682/Examples and
https://bobswift.atlassian.net/wiki/spaces/JCLI/pages/6684679/Reference pages for more info.
Let us know if you face any issues.
Thanks,
Sravya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.