JQL Search for parentEpic in ( (type = Epic) AND Summary ~ "Example")

Ken Parry May 10, 2019

I am trying to search on the results of a previous search, in this case I am trying to get all stories, tasks and subtasks of a group of Epics that have the word Example in the summary.

1 answer

1 accepted

0 votes
Answer accepted
Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 10, 2019

Hi @Ken Parry ,

do you have the Scriptrunner app? If so, you could query like this:

issueFunction in issuesInEpics("Summary ~ Example")

Without the app, I think, a query like this is not possible.

Suggest an answer

Log in or Sign up to answer