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.
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.