The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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

TAGS
AUG Leaders

Atlassian Community Events