Hi all,
my filter - issuefunction in linkedissuesof ("issuekey in (Auftrag-XXY, Auftrag-XYZ)") AND type = epic - shows me alle needed Epic to several order.
Each epic has also al lot of "issues in epic" -> and this is I want to get. -> a list with all "issues in epic"
thx for help
Hannes
Hi @Johannes,
It seems you do have Scriptrunner installed and you are trying to find results with enhanced search.
I'm also not sure if I understand your question correctly, but if you want to retrieve all issues in the epics you found with your first query, you should be able to find them like this:
issuefunction in issuesInEpics("issuefunction in linkedissuesof ('issuekey in
(Auftrag-XXY, Auftrag-XYZ)') AND type = epic")
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.