Hi, we are testing a lot of Jira plugins, and today I tryed 2 simple commands:
java -jar "%dirPath%"/lib/jira-cli-3.1.0.jar --server http://server.name --user user.name --password pass --action getIssueList --file "target/output/test/getIssueListAllFields.txt" --search "project = 'Jira Test Project'" --outputFormat 999
and
java -jar "%dirPath%"/lib/jira-cli-3.1.0.jar --server http://server.name --user user.name --password pass --action cloneProject --project "Jira Test Project" --toProject "JTPClone" --copyVersions --copyComponents --copyRoleActors --cloneIssues --copyAttachments --copyComments --copySubtasks --copyWatchers --copyLinks --continue %*
They both completed, but with only five issues in the list.
So, Are there any limitations to evaluation copy of JIRA CLI?
I was not able to find answer to my question in plugin wiki page.
No, there are no limitations. How many issues do you see running the same JQL from the UI with the same user id? If you think you still have a problem, follow these instructions and document in an issue if necessary: How to get CLI help, support, and fixes
Thank you Bob!
I just added the user in all possible groups and both commands completed successefully with all 29 issues from the test project.
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.