jira-client icon indicating copy to clipboard operation
jira-client copied to clipboard

How do we get the total number of issues from JIRA account?

Open sanojqa opened this issue 7 years ago • 2 comments

sanojqa avatar Mar 27 '17 11:03 sanojqa

+1

felansu avatar Jun 01 '17 19:06 felansu

As per my logic this would take extensive processing on JIRA server as there is no API available for this. Sudo code :

getTotalNumOfIssues ( ) { // fetch all projects [API is available] // fetch all issues of a project [API is available] // iterate over each project and keep counting number of issues // return count }

Hiren879 avatar Jun 09 '17 11:06 Hiren879