Forums

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

How to show the counts of issues per group?

Ji Soo Yi
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 18, 2019

We have many members in different groups. We would like to generate a report showing how many issues are in progress per group (each assignee belongs to a group). What would be the best way?

1 answer

1 vote
Sid
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.
February 18, 2019

Hi @Ji Soo Yi ,

You can get all the issues with a simple query for each group - 

JQL :  project = XXX AND assignee in membersOf("xxx Group")

and to get the total count you can use rest as follows

{base url}/rest/api/2/search?jql={Above JQL}&maxResults=0

 

you will get the result like this =

{"startAt":0,"maxResults":0,"total":319,"issues":[]}

where total is no. of issues

Sid
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.
February 18, 2019

if not save the filter, it will give the no. of issues in that filter. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events