Forums

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

Get all issues associated with a list of epics

Jean-Christophe Lhotellier April 13, 2022

Hi

Im trying to get all issues that are linked to epics that have a component.

I have tried several functions like below

issue in childrenOfEpicsInQuery("component= 'ISM'")

issue in allIssuesInEpic("component = 'ISM'")

I always get the message that these two functions are not recognized (Unable to find JQL function 'childrenOfEpicsInQuery(component= 'ISM')')

Can you please help ?

Thanks

 

1 answer

0 votes
Tessa Tuteleers
Community Champion
April 13, 2022

Hi @Jean-Christophe Lhotellier , 

welcome to the community! 

issue in childrenOfEpicsInQuery() is a query provided by an app. Are you sure you have that app installed?

There as multiple apps available to help with this query, but it is not possible without one. 

- Tessa

Jean-Christophe Lhotellier April 13, 2022

Hi

i don’t have any app

i wanted to use this query in a filter that will be used in a kanban

I don’t want to list all epics with their id as it would not be dynamic

Thanks

Like Tessa Tuteleers likes this
Tessa Tuteleers
Community Champion
April 13, 2022

If you need this kind of functionality you might ask your administrator for an app to be able to do this, otherwise you have reached the limits of jira JQL I'm afraid. 

Jean-Christophe Lhotellier April 13, 2022

what would be this app ?

Suggest an answer

Log in or Sign up to answer