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: 

Issue count for a jira project using cli

Kota Sreenivasa Shravana Kumar
Contributor
August 7, 2013

Using JIRA CLI, How do I get a IssueCount for a JIRA project ? What is the exact syntax of the command ? Thanks

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
John Paz
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.
October 13, 2014

Quoting from the man himself (@Bob Swift [Bob Swift Atlassian Add-ons]):

"getIssueList action returns the number of issues available in the list as the result string for the operation. Use --file to a null device like /dev/null (OS dependent) to throw away the list details."

Aug 8, 2013 (JCLI Documentation page, in reference to your comment there)