acli --action runFromCsv --file participants.csv --propertyFile participants.prop --common '-a addParticipants' --continue
I'm getting the dreaded:
Parameter error: This function requires a non-blank value for parameter participants.
participants.csv:
request,participants
FOO-1619,"accountID1"
FOO-1620,"accountID1"
FOO-1621,"accountID2"
participants.prop:
field.request = request
field.participants = participants
So, if I specify --participants on the command line in the common section, it works fine, but of course, I'd have to generate a unique CSV for each participant I'm trying to add.
Does addParticipants support the participants parameter via CSV?
I'm on Cloud, FWIW. Thank you!
Hi @Darryl Lee ,
We are from the BobSwift support team. Thank you for raising the request with us.
We would like to inform you that we have created a support request on your behalf in our portal.
Please let us know if you are able to access the below ticket:
https://bobswift.atlassian.net/servicedesk/customer/portal/1/SUPPORT-5453
Regards,
Amulya Akula
Hi @Amulya Akula {Appfire} no I can't see the ticket. What email was used to create the ticket? My da****l.l**@gmail.com address?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Darryl Lee ,
We apologize for the inconvience caused and we have changed to the correct reporter now.
Please let us know if you are able to access the below ticket:
https://bobswift.atlassian.net/servicedesk/customer/portal/1/SUPPORT-5453
Also find the below answer:
acli --action runFromCsv --file runfromcsv.csv --common '-a addParticipants' --continue
Run: --request "AS1-1" --participants "Manisha Kharga" -a addParticipants Participants added. Run: --request "AS1-3" --participants "Raja Seemakurthi" -a addParticipants Participants added. Run completed successfully. 2 actions were successful from file: /Users/Downloads/Confluence/CLI_9.x/9.x/runfromcsv.csv
acli --action runFromCsv --file runfromcsv.csv --common '-a addParticipants' --continue --debug
Regards,
Amulya Akula
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Amulya Akula {Appfire} thank you. Can you please reattach screenshot-1.png? It didn't come through.
Or you could copy-paste what the contents of your runfromcsv.csv looked like.
And yes, I can see the ticket now. I guess if we resolve things here, I'll close it.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.