Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Are there any limitations to evaluation copy of JIRA CLI?

Todor Kostadinov
Contributor
February 12, 2013

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.

1 answer

1 accepted

0 votes
Answer accepted
Bob Swift
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 13, 2013

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

Todor Kostadinov
Contributor
February 13, 2013

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events