Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×On JIRA 7.3.0 + CLI 6.2.0, running a simple clone project action: -action cloneProject --project "TEST" --toProject "TESTC" --cloneIssues --options basicAuthentication
result in the following error (tested without --options basicAuthentication with same result)
Error
Action: -action cloneProject --project "TEST" --toProject "TESTC" --cloneIssues -s https://myjira.com -p *** --login ***
Error: Unexpected argument: cloneProject
Is this a bug?
I believe you just need to change "-action" to "--action".
but then I get the following despite having "Administer Projects" permission. (I'm also member of systemadministrator group in the global permission)
Remote error: User is not authorized to perform the request. Response code: 401.
do you know?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It could be that your user account has exceed the maximum invalid login attempts, the username/password you configured in the CLI is not accurate, or your JIRA instance is using a custom authentication framework. (The CLI uses "basic" authentication to the server.)
Try using the --debug option and --verbose option to see if that sheds any light on what is going on, and post it here if it doesn't.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.