Getting Project Issue Summary using REST API

dwij28 April 23, 2020

Is there a way to get the statistics/summary of all issues in a JIRA project using the REST API's or the JAVA API Wrappers for JIRA.

1 answer

0 votes
Daniel Ebers
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.
May 12, 2020

Hi,

it depends on which kind of statistic you are looking for in a specific project. In a basic approach you might want to query the amount of issues (maybe extended by the criteria: 'last week'), the amount of blocker bugs and so on.

You also can use JQL in REST API calls.

Please find documentation on this here along with some examples.

In case of specific questions I am sure somebody here in Community will be able to catch up on this.

Cheers,
Daniel

Suggest an answer

Log in or Sign up to answer