I created this question months ago, and we are now migrating to Cloud.
Is there a way someone can help me to translate the following code to Script Runner Cloud:
{code}
import com.atlassian.jira.component.ComponentAccessor
def linkMgr = ComponentAccessor.issueLinkManager
linkMgr.getLinkCollection(issue, currentUser).allIssues.findAll{it != issue}.every{it.resolution}
{code}
Thanks in advance!
Daniel