Forums

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

Total count of issues and their status as per project

Suresh Pillai July 30, 2018

I have around 45 projects in Jira. I wish to know the status count for each project..

Please advice 

3 answers

1 vote
Nic Brough -Adaptavist-
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.
July 30, 2018

Run a filter searching for all issues in the projects, save it, and use it in a dashboard gadget.

A simple "filter statistics" with "status" selected as the grouping field will give you part of the answer, but I'd recommend a "two dimensional" gadget instead, using status on one axis and project on the other.

0 votes
Smita May 3, 2020

Execute a CURL command for your project specifically like this on command line and pipe more. The first line shows "total" issues in your project

e.g

COMMAND

D:\curl -D- -u username:password -X GET -H "Content-Type: application/json" http://localhost:8081/rest/api/2/search?jql=project='ABC' | more

OUTPUT

...

...

100 501k 0 501k 0 0 501k 0 --:--:-- --:--:-- --:--:-- 892k
{"expand":"schema,names","startAt":0,"maxResults":50,"total":219,"issues":[{"expand":"operations,versionedRepresentations,editmeta,changelog,renderedFields"

....

....

 

You may want to make a batch of curl commands and then get for all projects

0 votes
Ollie Guan
Community Champion
July 30, 2018

Hi @Suresh Pillai,

I think you can create a two-dimensional table in dashboard for statistics

status.jpg

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events