You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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
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.
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.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.