Hi,
On the Jira server version, we were using scriptrunner function linkedIssuesOfAllRecursiveLimited and drill down to three levels to get the epics, linked stories and further linked tasks and bugs of the stories.
In the cloud version, it seems linkedIssuesOfAllRecursiveLimited is not supported and we need to use linkedIssuesOfRecursive or linkedIssuesOfRecursiveLimited. Using both of them are not giving same result as we got on server version.
Can you help in anyway to get the epics based on a field value, get the linked stories and next level linked tasks and bugs using JQL in scriptrunner?