Forums

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

EPICS without issues

Enmanuelor Ortiz Lopez September 27, 2022

Any suggestion to show only Epics with no issues or tasks in a Dashboard, Report or Screen?

I tried with JQL but results that I don’t have the ScriptRunner add on to run it, So I’m looking for alternatives to show that information

3 answers

2 accepted

0 votes
Answer accepted
mauricio.groth
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.
September 28, 2022

Hi @Enmanuelor Ortiz Lopez 

As you're on Jira Cloud, the correct answer is to get an app that provides JQL extensions you're looking for.

With standard JQL, you can only get a list of issues and export them to Excel for further processing. This works if you want to do a one-off analysis. If your use case is more dynamic than that, look beyond standard Jira.

Standard JQL doesn't easily allow it, but you can quickly find the results using our professional indexing service JQL Search Extensions

You can use this query to find all epics with no issues or tasks in a Dashboard, Report or Screen.

issue not in epicsOfChildrenInQuery("") and type = epic

Check out the documentation for more examples. 

If you have any other questions, please contact our support. We’ll be happy to help you!
Best regards,
Maurício

0 votes
Answer accepted
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 27, 2022

Hello @Enmanuelor Ortiz Lopez 

Welcome to the community.

Are you open to use of a third party app, like ScriptRunner, or do you have any other apps that extend Jira search capabilities?

If you are not, an alternative is to use a custom field in the Epic issue type to keep track of whether or not child issue have been added to it. You would update that field using an Automation Rule when issues had the field containing their Parent Epic information were changed. And then you could create a filter based on that custom field to find the Epics where the field value indicated the Epic had no children.

The rule might have to be a bit complex as you would have to look at the change log for the child issue to see if the parent Epic info was changed and get the original and new values. Then you would have to look up each of those Epics, and then for each Epic look up if it had any child issues. Then you would set the custom field in the Epic based on whether or not the Epic had child issues. 

0 votes
Enmanuelor Ortiz Lopez September 30, 2022

Good anwsers Guys... Thanks a lot!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events