You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have seen a number of postings but none of them actually show exactly how to do it. Sometimes someone will say that they figured it out or that they corrected something and then it worked but never share what the extra little something was that finally made the command work.
This is what I am trying:
acli jiracloud --action runFromCsv --file myFilleName.csv --common "--action addUser" --continue
and this is the error I am getting
Parameter error: This function requires a non-blank value for parameter server.
Question is what does this mean and how do I correct it please?
Thank you for your help.
Michael
Check your acli.properties file in your ACLI folder.
# Below are the connections configured by the ACLI installer:
jiraCredentials = -u myusername@myemail.com -t tokengeneratedpassword
default=jiracloud -s https://mycompany.atlassian.net ${jiraCredentials}
Then your command is:
acli default --action runFromCsv --file myfiletoimport.csv --common "--action addUser --continue" --continue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.