Forums

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

Find all epics with issue number equals completed

ggoran_pvt
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!
January 26, 2021

I have a JIRA that is used for years and non of the epics were closed, is there any way to create a query that will show me all epics that have the number of issues in epics = completed issues of that epic, or 100% completed epics? 

so after that, I can just bulk complete them instead of clicking 1 by 1 and marking it done

brave_EX2cdvTOIk.png

2 answers

0 votes
Ignacio Pulgar
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.
January 28, 2021

Hi @ggoran_pvt ,

If you count with ScriptRunner installed on your Jira instance, then try this:

type = Epic AND NOT issueFunction in epicsOf("resolution is EMPTY")

Hope it helps.

0 votes
KAGITHALA BABU ANVESH
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.
January 26, 2021

Hello @ggoran_pvt ,

Are you want to find how many stories completed in Epic (Status wise). ?

Thanks.

ggoran_pvt
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!
January 26, 2021

no, I need list of Epics that are 100% completed in the example above

100 issues and 100 completed, if 99 completed do not display

Suggest an answer

Log in or Sign up to answer