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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.